Skip to content

Commit f2316f4

Browse files
committed
Merge pull request yasoob#111 from qpid/master
Typo in targeting_python_2_3.rst
2 parents 3461b6f + a9762d7 commit f2316f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targeting_python_2_3.rst

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

7-
Just imagine that you have a very popular Python module which is use by
7+
Just imagine that you have a very popular Python module which is used by
88
hundreds of people but not all of them have 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

0 commit comments

Comments
 (0)