Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4785f5e

Browse files
committed
Merge with 3.4
2 parents 869311d + 57c616f commit 4785f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ Comparison of objects of the same type depends on the type:
10751075
* Numbers are compared arithmetically.
10761076

10771077
* 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,
1078+
They are identical to themselves, ``x is x`` but are not equal to themselves,
10791079
``x != x``. Additionally, comparing any value to a not-a-number value
10801080
will return ``False``. For example, both ``3 < float('NaN')`` and
10811081
``float('NaN') < 3`` will return ``False``.

0 commit comments

Comments
 (0)