mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Relocate an index entry so named anchors are not generated in a section head.
Closes SF bug #546579.
This commit is contained in:
parent
50276abd9b
commit
79713fd9c6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue