mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Typo.
This commit is contained in:
parent
ade16076a1
commit
ae72d87822
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Core language, builtins, and interpreter
|
||||||
numerical operators without having to use coercion), but
|
numerical operators without having to use coercion), but
|
||||||
occasionally, in boundary cases the coercion semantics have changed
|
occasionally, in boundary cases the coercion semantics have changed
|
||||||
subtly. Since this was a terrible gray area of the language, this
|
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
|
supported -- instead of calling __rcmp__, __cmp__ is called with
|
||||||
reversed arguments.
|
reversed arguments.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue