From: Fred Drake Date: Mon, 10 Sep 2001 15:16:08 +0000 (+0000) Subject: Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped X-Git-Tag: v2.2.1c1~1885 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed5a7ca5eef65248b652b564781437c931aaffb3;p=thirdparty%2FPython%2Fcpython.git Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped in one place. --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index d3faa1fb4618..d5711d2fde6c 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -380,7 +380,7 @@ comparison: if two numbers compare equal (e.g., \code{1} and \code{1.0}) then they can be used interchangeably to index the same dictionary entry. -Dictionaries are \obindex{mutable}mutable; they are created by the +Dictionaries are mutable; they are created by the \code{\{...\}} notation (see section \ref{dict}, ``Dictionary Displays'').