]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Oct 2023 04:55:37 +0000 (21:55 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2023 04:55:37 +0000 (04:55 +0000)
gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (GH-110535)
(cherry picked from commit 892ee72b3622de30acd12576b59259fc69e2e40a)

Co-authored-by: partev <petrosyan@gmail.com>
Doc/tutorial/introduction.rst

index 24ae720fe2bb6284d82265b43235da000d71617f..b3b8e423a09fa12347dcda9ed0986c2d9239cbe9 100644 (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: