From: Fred Drake Date: Thu, 24 Oct 2002 19:58:03 +0000 (+0000) Subject: Relocate an index entry so named anchors are not generated in a section head. X-Git-Tag: v2.2.3c1~277 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a60c89ea7b99848d31a8ff76e6f5967ff8e6ecba;p=thirdparty%2FPython%2Fcpython.git Relocate an index entry so named anchors are not generated in a section head. Closes SF bug #546579. --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 6c8267b40d00..97f4c3aab624 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -115,8 +115,9 @@ lines. Implicitly continued lines can also occur within triple-quoted strings (see below); in that case they cannot carry comments. -\subsection{Blank lines \index{blank line}\label{blank-lines}} +\subsection{Blank lines \label{blank-lines}} +\index{blank line} A logical line that contains only spaces, tabs, formfeeds and possibly a comment, is ignored (i.e., no NEWLINE token is generated). During interactive input of statements, handling of a blank line may differ