From e4135f59f85b49e6d5b83168080fb1b6da315a1f Mon Sep 17 00:00:00 2001 From: toby Date: Sat, 30 Jun 2018 07:07:04 -0400 Subject: [PATCH] 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 1914c5a..694abd8 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 `_