]> granicus.if.org Git - python/commitdiff
Fixed misspelling.
authorTim Peters <tim.peters@gmail.com>
Sun, 18 Feb 2001 08:48:49 +0000 (08:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 18 Feb 2001 08:48:49 +0000 (08:48 +0000)
Misc/NEWS

index 8c04875ac820d7146a991c779ff4b04cbb222752..5bc906af8550b9e076d0f9013b339ca2d78dc824 100644 (file)
--- 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