summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
diff options
context:
space:
mode:
authorpayet-s <payet_s@epitech.eu>2015-10-21 17:48:04 +0200
committerpayet_s <payet_s@epitech.eu>2015-10-22 12:49:49 +0200
commitb238a58c9768d3b7694c4f02cbfe5ba2cac0015a (patch)
treeb878db2fbf66a873f5e5d59d508d2dc8e172fa7f /python.html.markdown
parent51aad2ff341b3318ab9e0d2345f4aa51ab2bbae1 (diff)
[python/en] Fix typos
Diffstat (limited to 'python.html.markdown')
-rw-r--r--python.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/python.html.markdown b/python.html.markdown
index 42a52bcf..753d6e8c 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -15,8 +15,8 @@ executable pseudocode.
Feedback would be highly appreciated! You can reach me at [@louiedinh](http://twitter.com/louiedinh) or louiedinh [at] [google's email service]
Note: This article applies to Python 2.7 specifically, but should be applicable
-to Python 2.x. Python 2.7 is reachong end of life and will stop beeign maintained in 2020,
-it is though recommended to start learnign Python with Python 3.
+to Python 2.x. Python 2.7 is reaching end of life and will stop being maintained in 2020,
+it is though recommended to start learning Python with Python 3.
For Python 3.x, take a look at the [Python 3 tutorial](http://learnxinyminutes.com/docs/python3/).
It is also possible to write Python code which is compatible with Python 2.7 and 3.x at the same time,