[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:
Miss Islington (bot) 2023-10-08 21:55:37 -07:00 committed by GitHub
parent f21c09ca03
commit 2bad6e715a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: