diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-10 15:16:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-10 15:16:08 (GMT) |
commit | ed5a7ca5eef65248b652b564781437c931aaffb3 (patch) | |
tree | b506dbc23a5e55fad944362b7ae9d8c330eea82b /Doc | |
parent | f49dcea2337686b38e98c221da40c860cc3969c1 (diff) | |
download | cpython-ed5a7ca5eef65248b652b564781437c931aaffb3.zip cpython-ed5a7ca5eef65248b652b564781437c931aaffb3.tar.gz cpython-ed5a7ca5eef65248b652b564781437c931aaffb3.tar.bz2 |
Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped
in one place.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index d3faa1f..d5711d2 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''). |