Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb8c041

Browse files
[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 892ee72) Co-authored-by: partev <[email protected]>
1 parent ef4bd1b commit fb8c041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ First Steps Towards Programming
480480

481481
Of course, we can use Python for more complicated tasks than adding two and two
482482
together. For instance, we can write an initial sub-sequence of the
483-
`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_number>`_
483+
`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_sequence>`_
484484
as follows::
485485

486486
>>> # Fibonacci series:

0 commit comments

Comments
 (0)