Thanks to visit codestin.com Credit goes to github.com
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 91638e7 commit a2f1544Copy full SHA for a2f1544
1 file changed
Doc/howto/pyporting.rst
@@ -380,7 +380,7 @@ it can be very misleading::
380
>>> b"" == ""
381
False
382
383
-This is because comparison for equality is required by the language to always
+This is because an equality comparison is required by the language to always
384
succeed (and return ``False`` for incompatible types). However, this also
385
means that code incorrectly ported to Python 3 can display buggy behaviour
386
if such comparisons are silently executed. To detect such situations,
0 commit comments