Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2bad6e7

Browse filesBrowse files
[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 892ee72) Co-authored-by: partev <petrosyan@gmail.com>
1 parent f21c09c commit 2bad6e7
Copy full SHA for 2bad6e7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/tutorial/introduction.rst

Copy file name to clipboardExpand all lines: Doc/tutorial/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.