From: Fred Drake Date: Wed, 21 Oct 1998 00:25:32 +0000 (+0000) Subject: Remove an unnecessary "%" character that seems to cause a minor glitch X-Git-Tag: v1.5.2b1~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3041b0715b8c93b7b6b5253ef673ac8f8530b938;p=python Remove an unnecessary "%" character that seems to cause a minor glitch with the latest latex2html. --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 7b0d0d6e01..8c2043f8b1 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