From e3218efc19e5f0294aaadf4dfc6cd0498f662b86 Mon Sep 17 00:00:00 2001 From: partev Date: Sun, 8 Oct 2023 23:20:44 -0400 Subject: [PATCH] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers --- Doc/tutorial/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst index 0fc75c7d7532e2..172611dd0cfb41 100644 --- a/Doc/tutorial/introduction.rst +++ b/Doc/tutorial/introduction.rst @@ -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 `_ +`Fibonacci series `_ as follows:: >>> # Fibonacci series: