diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-24 19:57:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-24 19:57:37 (GMT) |
commit | 79713fd9c6622f57a084e27ac5870f936b6a22cc (patch) | |
tree | 501b6544d710b66db2de9c5b1d8f6ef3b71ff8d2 /Doc/ref/ref2.tex | |
parent | 50276abd9b27f60532a16b873e372c76fabfb84a (diff) | |
download | cpython-79713fd9c6622f57a084e27ac5870f936b6a22cc.zip cpython-79713fd9c6622f57a084e27ac5870f936b6a22cc.tar.gz cpython-79713fd9c6622f57a084e27ac5870f936b6a22cc.tar.bz2 |
Relocate an index entry so named anchors are not generated in a section head.
Closes SF bug #546579.
Diffstat (limited to 'Doc/ref/ref2.tex')
-rw-r--r-- | Doc/ref/ref2.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 6fba7f4..3678f75 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -149,8 +149,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 |