]> granicus.if.org Git - python/commitdiff
Typo.
authorGuido van Rossum <guido@python.org>
Thu, 11 Jan 2001 15:00:14 +0000 (15:00 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 11 Jan 2001 15:00:14 +0000 (15:00 +0000)
Misc/NEWS

index 08c1458611ee9e7c2ebec65571b6726afb23aee1..758fca625f4b53a43e77c5296557e2fd7032b108 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,7 +29,7 @@ Core language, builtins, and interpreter
   numerical operators without having to use coercion), but
   occasionally, in boundary cases the coercion semantics have changed
   subtly.  Since this was a terrible gray area of the language, this
-  is considered an improvement.  Also not that __rcmp__ is no longer
+  is considered an improvement.  Also note that __rcmp__ is no longer
   supported -- instead of calling __rcmp__, __cmp__ is called with
   reversed arguments.