Skip to content

Commit a79fc2b

Browse files
cclaussParthS007
authored andcommitted
Fix the build typo: fn --> fn1 (#1205)
1 parent 2375bfb commit a79fc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: maths/matrix_exponentiation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def simple_fibonacci(n, f1, f2):
6464
fn_1, fn_2 = fn_1 + fn_2, fn_1
6565
n -= 1
6666

67-
return fn
67+
return fn_1
6868

6969

7070
def matrix_exponentiation_time():

0 commit comments

Comments
 (0)