]> granicus.if.org Git - python/commitdiff
Removed stray backslash (a typo -- my fault).
authorTim Peters <tim.peters@gmail.com>
Mon, 1 Oct 2001 20:25:26 +0000 (20:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 1 Oct 2001 20:25:26 +0000 (20:25 +0000)
Doc/ref/ref5.tex

index be672b71e0c74f285f33ca2b3fa191e6924432f2..473b24aeee4344c106486eef3bb5d32712e3fd3c 100644 (file)
@@ -819,7 +819,7 @@ Mappings (dictionaries) compare equal if and only if their sorted
 (key, value) lists compare equal.\footnote{The implementation computes
    this efficiently, without constructing lists or sorting.}
 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
   was very expensive for the common case of comparing for equality.  An
   even earlier version of Python compared dictionaries by identity only,