Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed5a7ca

Browse files
committed
Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped
in one place.
1 parent f49dcea commit ed5a7ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref3.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ \section{The standard type hierarchy\label{types}}
380380
\code{1.0}) then they can be used interchangeably to index the same
381381
dictionary entry.
382382

383-
Dictionaries are \obindex{mutable}mutable; they are created by the
383+
Dictionaries are mutable; they are created by the
384384
\code{\{...\}} notation (see section \ref{dict}, ``Dictionary
385385
Displays'').
386386

0 commit comments

Comments
 (0)