diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2015-02-19 22:15:36 -0600 | 
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2015-02-19 22:15:36 -0600 | 
| commit | 57c616f1e43f8c65a48fb6f1e85d040e8f929779 (patch) | |
| tree | eee11cb4a2bdce8ea58c77b3d99830a36a9f3459 /Doc/reference/expressions.rst | |
| parent | 500af332f407d9a83a0232e4018e10cb49a76a79 (diff) | |
| download | cpython-git-57c616f1e43f8c65a48fb6f1e85d040e8f929779.tar.gz | |
Fix a typo pointed out on docs@
Diffstat (limited to 'Doc/reference/expressions.rst')
| -rw-r--r-- | Doc/reference/expressions.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index d0682cae53..1a5088abbc 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -1067,7 +1067,7 @@ Comparison of objects of the same type depends on the type:  * Numbers are compared arithmetically.  * The values :const:`float('NaN')` and :const:`Decimal('NaN')` are special. -  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,    ``x != x``.  Additionally, comparing any value to a not-a-number value    will return ``False``.  For example, both ``3 < float('NaN')`` and    ``float('NaN') < 3`` will return ``False``.  | 
