There was an error while loading. Please reload this page.
1 parent fca3dd6 commit 8501da7Copy full SHA for 8501da7
1 file changed
targeting_python_2_3.rst
@@ -2,7 +2,7 @@ Targeting Python 2+3
2
--------------------
3
4
In a lot of cases you might want to develop programs which can be run in
5
-both, Python 2+ and 3+.
+both Python 2+ and 3+.
6
7
Just imagine that you have a very popular Python module which is use by
8
hundreds of people but not all of them have Python 2 or 3. In that case
@@ -57,7 +57,7 @@ Do you know that you can do something like this as well?
57
58
import foo as foo
59
60
-I know it’s function is the same as above listed code but it is vital
+I know its function is the same as the above listed code but it is vital
61
for making your script compatible with Python 2 and 3. Now examine the
62
code below :
63
0 commit comments