gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535)

This commit is contained in:
partev 2023-10-09 00:44:15 -04:00 committed by GitHub
parent 7e30821b17
commit 892ee72b36
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 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: