mirror of https://github.com/python/cpython.git
[3.11] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (GH-110535) (#110537)
gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (GH-110535)
(cherry picked from commit 892ee72b36
)
Co-authored-by: partev <petrosyan@gmail.com>
This commit is contained in:
parent
f21c09ca03
commit
2bad6e715a
|
@ -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…
Reference in New Issue