diff options
author | Guido van Rossum <guido@python.org> | 2001-01-11 15:00:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-01-11 15:00:14 (GMT) |
commit | ae72d8782295fcac08b8f5b264faaa43aa5fe082 (patch) | |
tree | 105dd927775b818c1dae11d3388ed2344f3c48d4 /Misc | |
parent | ade16076a1fcd90ee86d6fc1ba44832f908ec14f (diff) | |
download | cpython-ae72d8782295fcac08b8f5b264faaa43aa5fe082.zip cpython-ae72d8782295fcac08b8f5b264faaa43aa5fe082.tar.gz cpython-ae72d8782295fcac08b8f5b264faaa43aa5fe082.tar.bz2 |
Typo.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |