Skip to content

Commit 8501da7

Browse files
committed
Minor typo fixes
1 parent fca3dd6 commit 8501da7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

targeting_python_2_3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Targeting Python 2+3
22
--------------------
33

44
In a lot of cases you might want to develop programs which can be run in
5-
both, Python 2+ and 3+.
5+
both Python 2+ and 3+.
66

77
Just imagine that you have a very popular Python module which is use by
88
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?
5757
5858
import foo as foo
5959
60-
I know it’s function is the same as above listed code but it is vital
60+
I know its function is the same as the above listed code but it is vital
6161
for making your script compatible with Python 2 and 3. Now examine the
6262
code below :
6363

0 commit comments

Comments
 (0)