Skip to content

Commit fbda0dd

Browse files
authored
Switch python.org link from Python 2 to Python 3
The codebar documentation seems to focus on Python3, so it should presumably link to the Python3 tutorial rather than the Python2 one.
1 parent 14476b6 commit fbda0dd

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)