[3.12] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (GH-110535) (#110536)

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:
Miss Islington (bot) 2023-10-08 21:52:36 -07:00 committed by GitHub
parent ef4bd1b57f
commit fb8c0415a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: