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.
2 parents 869311d + 57c616f commit 4785f5eCopy full SHA for 4785f5e
1 file changed
Doc/reference/expressions.rst
@@ -1075,7 +1075,7 @@ Comparison of objects of the same type depends on the type:
1075
* Numbers are compared arithmetically.
1076
1077
* The values :const:`float('NaN')` and :const:`Decimal('NaN')` are special.
1078
- The are identical to themselves, ``x is x`` but are not equal to themselves,
+ They are identical to themselves, ``x is x`` but are not equal to themselves,
1079
``x != x``. Additionally, comparing any value to a not-a-number value
1080
will return ``False``. For example, both ``3 < float('NaN')`` and
1081
``float('NaN') < 3`` will return ``False``.
0 commit comments