Skip to content

Commit 22d6044

Browse files
Merge pull request #435 from Warbo/patch-2
Switch python.org link from Python 2 to Python 3
2 parents 14476b6 + fbda0dd commit 22d6044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lesson1/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,5 @@ from the user, and make decisions based on that information.
157157
There is a very good introductory article in [Google Developers Guide](https://developers.google.com/edu/python/introduction).
158158

159159
You can also find resources for beginners on [the Python website](https://www.python.org/about/gettingstarted/)
160-
and refer to [the Python documentation](https://docs.python.org/2/tutorial/introduction.html),
160+
and refer to [the Python documentation](https://docs.python.org/3/tutorial/introduction.html),
161161
where the language basics are explained.

0 commit comments

Comments
 (0)