mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
||||
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::
|
||||
|
||||
>>> # Fibonacci series:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue