You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/lesson1/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
There is a very good introduction article in [Google Developers Guide](https://developers.google.com/edu/python/introduction)
4
4
5
-
Also there are resources for beginners on [the Python website](https://www.python.org/about/gettingstarted/). And you can always refer to [the documentation](https://docs.python.org/2/tutorial/introduction.html) that explains the basics.
5
+
You can also find resources for beginners on [the Python website](https://www.python.org/about/gettingstarted/) and refer to [the Python documentation](https://docs.python.org/2/tutorial/introduction.html), where the language basics are explained.
0 commit comments