Skip to content

Commit 3764fc2

Browse files
committed
Fix doc build error
1 parent b9f2ab9 commit 3764fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/pyporting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Python 2 or 3 support.
350350
You may also want to use use the ``-bb`` flag with the Python 3 interpreter to
351351
trigger an exception when you are comparing bytes to strings or bytes to an int
352352
(the latter is available starting in Python 3.5). By default type-differing
353-
comparisons simply return ``False``, but if you made a mistake in your
353+
comparisons simply return ``False``, but if you made a mistake in your
354354
separation of text/binary data handling or indexing on bytes you wouldn't easily
355355
find the mistake. This flag will raise an exception when these kinds of
356356
comparisons occur, making the mistake much easier to track down.

0 commit comments

Comments
 (0)