projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50276ab
)
Relocate an index entry so named anchors are not generated in a section head.
author
Fred Drake
<fdrake@acm.org>
Thu, 24 Oct 2002 19:57:37 +0000
(19:57 +0000)
committer
Fred Drake
<fdrake@acm.org>
Thu, 24 Oct 2002 19:57:37 +0000
(19:57 +0000)
Closes SF bug #546579.
Doc/ref/ref2.tex
patch
|
blob
|
history
diff --git
a/Doc/ref/ref2.tex
b/Doc/ref/ref2.tex
index 6fba7f444ae397fe66872eac7c91013e39926147..3678f75f4feaf1fee590b38b3786ed6319be6751 100644
(file)
--- 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