Skip to content

Commit 6d47c66

Browse files
jpastuszukyasoob
authored andcommitted
Update targeting_python_2_3.rst (yasoob#185)
Corrected sentence to be more precise - targeting multiple versions of python because users do not use the same version. Currently it translates to: Not all of the users do have python 2 or python 3 (which is semantically incorrect)
1 parent a6c6f81 commit 6d47c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

targeting_python_2_3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In a lot of cases you might want to develop programs which can be run in
55
both Python 2+ and 3+.
66

77
Just imagine that you have a very popular Python module which is used by
8-
hundreds of people but not all of them have Python 2 or 3. In that case
8+
hundreds of people but not all of them have the same version of Python (2 or 3). In that case
99
you have two choices. The first one is to distribute 2 modules, one for
1010
Python 2 and the other for Python 3. The other choice is to modify your
1111
current code and make it compatible with both Python 2 and 3.

0 commit comments

Comments
 (0)