From 66b35e498a9da9eb41aa6d1fbcc1396cc6f19de6 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 30 Jun 2018 06:43:57 -0400 Subject: [PATCH 1/2] Updated learning.rst --- docs/intro/learning.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 86f82431e..1914c5add 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -15,6 +15,13 @@ quick-start guide to the language. `The Python Tutorial `_ +Python Basics +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +pythonbasics.org is an introductiory tutorial for beginners. The tutorial includes exercises. It covers the basics and there are als more in-depth lessons like object oriented programming and regular expressions. + + `Python basics `_ + Python for Beginners ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From e4135f59f85b49e6d5b83168080fb1b6da315a1f Mon Sep 17 00:00:00 2001 From: toby Date: Sat, 30 Jun 2018 07:07:04 -0400 Subject: [PATCH 2/2] typo --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 1914c5add..694abd865 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -18,7 +18,7 @@ quick-start guide to the language. Python Basics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -pythonbasics.org is an introductiory tutorial for beginners. The tutorial includes exercises. It covers the basics and there are als more in-depth lessons like object oriented programming and regular expressions. +pythonbasics.org is an introductiory tutorial for beginners. The tutorial includes exercises. It covers the basics and there are also in-depth lessons like object oriented programming and regular expressions. `Python basics `_