summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-10-21 00:25:32 (GMT)
committerFred Drake <fdrake@acm.org>1998-10-21 00:25:32 (GMT)
commit3041b0715b8c93b7b6b5253ef673ac8f8530b938 (patch)
tree13a0328f57285a4d9cdb2830529000515e245c2a /Doc/ref
parent8a09e1ccdab7e47780780761c3ea8355ca7ded60 (diff)
downloadcpython-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.tex2
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