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 a15bd21 commit b372bd7Copy full SHA for b372bd7
Doc/library/stdtypes.rst
@@ -164,7 +164,7 @@ This table summarizes the comparison operations:
164
pair: object; numeric
165
pair: objects; comparing
166
167
-Objects of different types, except different numeric types, never compare equal.
+Unless stated otherwise, objects of different types never compare equal.
168
The ``==`` operator is always defined but for some object types (for example,
169
class objects) is equivalent to :keyword:`is`. The ``<``, ``<=``, ``>`` and ``>=``
170
operators are only defined where they make sense; for example, they raise a
0 commit comments