From 3389f1999a38877ed2d115958ef8d14cd24431bf Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 18 Feb 2001 08:48:49 +0000 Subject: Fixed misspelling. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 8c04875..5bc906a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 -- cgit v0.12