diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-18 08:48:49 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-18 08:48:49 (GMT) |
commit | 3389f1999a38877ed2d115958ef8d14cd24431bf (patch) | |
tree | 84f909bac9ab34df6864352c563b9c16c5dcb24b /Misc/NEWS | |
parent | 144958552974edb92c6d6bfce09eed54d78de045 (diff) | |
download | cpython-3389f1999a38877ed2d115958ef8d14cd24431bf.zip cpython-3389f1999a38877ed2d115958ef8d14cd24431bf.tar.gz cpython-3389f1999a38877ed2d115958ef8d14cd24431bf.tar.bz2 |
Fixed misspelling.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ Core language, builtins, and interpreter complex numbers except for equality, I hope that this doesn't break too much code. -- The outcome of comparing non-numeric objects of differerent types is +- The outcome of comparing non-numeric objects of different types is not defined by the language, other than that it's arbitrary but consistent (see the Reference Manual). An implementation detail changed in 2.1a1 such that None now compares less than any other object. Code |