mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped
in one place.
This commit is contained in:
parent
f49dcea233
commit
ed5a7ca5ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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'').
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue