Skip to content

Commit 834a935

Browse files
author
Huu Nguyen
committed
Docstring correction
1 parent ad094fd commit 834a935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Numbers/fibonacci.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def fib(N):
55
"""
6-
Recursively return the next term and the term before it in the Fibonacci
6+
Recursively return the next term and the current term in the Fibonacci
77
sequence.
88
99
"""

0 commit comments

Comments
 (0)