mirror of https://github.com/python/cpython.git
Removed stray backslash (a typo -- my fault).
This commit is contained in:
parent
20524dbf36
commit
1350c07de3
|
@ -819,7 +819,7 @@ Mappings (dictionaries) compare equal if and only if their sorted
|
||||||
(key, value) lists compare equal.\footnote{The implementation computes
|
(key, value) lists compare equal.\footnote{The implementation computes
|
||||||
this efficiently, without constructing lists or sorting.}
|
this efficiently, without constructing lists or sorting.}
|
||||||
Outcomes other than equality are resolved consistently, but are not
|
Outcomes other than equality are resolved consistently, but are not
|
||||||
otherwise defined.\footnote{Earlier versions of Python used\
|
otherwise defined.\footnote{Earlier versions of Python used
|
||||||
lexicographic comparison of the sorted (key, value) lists, but this
|
lexicographic comparison of the sorted (key, value) lists, but this
|
||||||
was very expensive for the common case of comparing for equality. An
|
was very expensive for the common case of comparing for equality. An
|
||||||
even earlier version of Python compared dictionaries by identity only,
|
even earlier version of Python compared dictionaries by identity only,
|
||||||
|
|
Loading…
Reference in New Issue