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.
1 parent b9f2ab9 commit 3764fc2Copy full SHA for 3764fc2
Doc/howto/pyporting.rst
@@ -350,7 +350,7 @@ Python 2 or 3 support.
350
You may also want to use use the ``-bb`` flag with the Python 3 interpreter to
351
trigger an exception when you are comparing bytes to strings or bytes to an int
352
(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
+comparisons simply return ``False``, but if you made a mistake in your
354
separation of text/binary data handling or indexing on bytes you wouldn't easily
355
find the mistake. This flag will raise an exception when these kinds of
356
comparisons occur, making the mistake much easier to track down.
0 commit comments