]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Relocate an index entry so named anchors are not generated in a section head.
authorFred Drake <fdrake@acm.org>
Thu, 24 Oct 2002 19:58:03 +0000 (19:58 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 24 Oct 2002 19:58:03 +0000 (19:58 +0000)
Closes SF bug #546579.

Doc/ref/ref2.tex

index 6c8267b40d000a1b19bc7ac7c456cdae575582ef..97f4c3aab6240c055b0446b68a04ad2a59beb8f8 100644 (file)
@@ -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