Skip to content

Commit 1f1b1bf

Browse files
committed
Fix a minor documentation typo.
Signed-off-by: Daira Hopwood <[email protected]>
1 parent 2486619 commit 1f1b1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fixers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ version of ``six`` is installed.
147147
148148
.. 2to3fixer:: int_long_tuple
149149
150-
Changes ``(int, long)`` or ``(long int)`` to :data:`six.integer_types`.
150+
Changes ``(int, long)`` or ``(long, int)`` to :data:`six.integer_types`.
151151
152152
.. versionadded:: 0.4
153153

0 commit comments

Comments
 (0)