mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535)
This commit is contained in:
parent
7e30821b17
commit
892ee72b36
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ First Steps Towards Programming
|
||||||
|
|
||||||
Of course, we can use Python for more complicated tasks than adding two and two
|
Of course, we can use Python for more complicated tasks than adding two and two
|
||||||
together. For instance, we can write an initial sub-sequence of the
|
together. For instance, we can write an initial sub-sequence of the
|
||||||
`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_number>`_
|
`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_sequence>`_
|
||||||
as follows::
|
as follows::
|
||||||
|
|
||||||
>>> # Fibonacci series:
|
>>> # Fibonacci series:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue