From 3041b0715b8c93b7b6b5253ef673ac8f8530b938 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 21 Oct 1998 00:25:32 +0000 Subject: [PATCH] Remove an unnecessary "%" character that seems to cause a minor glitch with the latest latex2html. --- Doc/ref/ref3.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1