diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-21 00:25:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-21 00:25:32 (GMT) |
commit | 3041b0715b8c93b7b6b5253ef673ac8f8530b938 (patch) | |
tree | 13a0328f57285a4d9cdb2830529000515e245c2a /Doc/ref | |
parent | 8a09e1ccdab7e47780780761c3ea8355ca7ded60 (diff) | |
download | cpython-3041b0715b8c93b7b6b5253ef673ac8f8530b938.zip cpython-3041b0715b8c93b7b6b5253ef673ac8f8530b938.tar.gz cpython-3041b0715b8c93b7b6b5253ef673ac8f8530b938.tar.bz2 |
Remove an unnecessary "%" character that seems to cause a minor glitch
with the latest latex2html.
Diffstat (limited to 'Doc/ref')
-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 7b0d0d6..8c2043f 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -1060,7 +1060,7 @@ note as for \method{__getitem__()}. \end{methoddescni} -\subsection{Additional methods for emulation of sequence types% +\subsection{Additional methods for emulation of sequence types \label{sequence-methods}} The following methods can be defined to further emulate sequence |