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

Skip to content

Commit 1475e88

Browse files
committed
Minor fixups to some index entries.
1 parent 2b3730e commit 1475e88

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/ref/ref7.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,10 @@ \section{The \keyword{try} statement\label{try}}
239239
their previous values (before the call) when returning from a function
240240
that handled an exception.
241241
\refbimodindex{sys}
242-
\ttindex{exc_type}
243-
\ttindex{exc_value}
244-
\ttindex{exc_traceback}
242+
\withsubitem{(in module sys)}{%
243+
\ttindex{exc_type}%
244+
\ttindex{exc_value}%
245+
\ttindex{exc_traceback}}
245246
\obindex{traceback}
246247

247248
The optional \keyword{else} clause is executed when no exception occurs

0 commit comments

Comments
 (0)