We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3461b6f + a9762d7 commit f2316f4Copy full SHA for f2316f4
targeting_python_2_3.rst
@@ -4,7 +4,7 @@ Targeting Python 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+.
6
7
-Just imagine that you have a very popular Python module which is use by
+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
9
you have two choices. The first one is to distribute 2 modules, one for
10
Python 2 and the other for Python 3. The other choice is to modify your
0 commit comments