summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-10-18 15:03:42 +0000
committerFred Drake <fdrake@acm.org>2002-10-18 15:03:42 +0000
commit30be5768d29337fb292397fb68eb386787617602 (patch)
tree2a2bfd0d72c28fb9bb33c6b4eb161779ebf2386d
parent617080b6cfc291661312825a9332e086d4c5bc74 (diff)
downloadcpython-git-30be5768d29337fb292397fb68eb386787617602.tar.gz
Make sure section numbers wrap together with the preceeding word
("section").
-rw-r--r--Doc/ref/ref4.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex
index 00f305864b..0eb6841e06 100644
--- a/Doc/ref/ref4.tex
+++ b/Doc/ref/ref4.tex
@@ -204,5 +204,6 @@ be relied on by code which will run under multiple versions of the
interpreter.
\end{notice}
-See also the description of the \keyword{try} statement in section
-\ref{try} and \keyword{raise} statement in section \ref{raise}.
+See also the description of the \keyword{try} statement in
+section~\ref{try} and \keyword{raise} statement in
+section~\ref{raise}.