Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7097e0

Browse files
committed
Added cross-references to related material on exceptions.
Closes SF bug #217195.
1 parent 30be576 commit e7097e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/ref/ref6.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@ \section{The \keyword{raise} statement \label{raise}}
559559
exception to be re-raised was the most recently active exception in
560560
the current scope.
561561
562+
Additional information on exceptions can be found in
563+
section~\ref{exceptions}, and information about handling exceptions is
564+
in section~\ref{try}.
562565
563566
564567
\section{The \keyword{break} statement \label{break}}

0 commit comments

Comments
 (0)