summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-01-11 15:00:14 (GMT)
committerGuido van Rossum <guido@python.org>2001-01-11 15:00:14 (GMT)
commitae72d8782295fcac08b8f5b264faaa43aa5fe082 (patch)
tree105dd927775b818c1dae11d3388ed2344f3c48d4 /Misc
parentade16076a1fcd90ee86d6fc1ba44832f908ec14f (diff)
downloadcpython-ae72d8782295fcac08b8f5b264faaa43aa5fe082.zip
cpython-ae72d8782295fcac08b8f5b264faaa43aa5fe082.tar.gz
cpython-ae72d8782295fcac08b8f5b264faaa43aa5fe082.tar.bz2
Typo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08c1458..758fca6 100644
--- 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.