We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad094fd commit 834a935Copy full SHA for 834a935
Numbers/fibonacci.py
@@ -3,7 +3,7 @@
3
4
def fib(N):
5
"""
6
- Recursively return the next term and the term before it in the Fibonacci
+ Recursively return the next term and the current term in the Fibonacci
7
sequence.
8
9
0 commit comments