File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ \section{Built-in Exceptions}
8585\code {KeyError}.
8686\end {excdesc }
8787
88- \renewcommand {\indexsubitem }{(built-in exception base class )}
88+ \renewcommand {\indexsubitem }{(built-in exception)}
8989
9090The following exceptions are the exceptions that are actually raised.
9191They are class objects, except when the \code {-X} option is used to
@@ -242,7 +242,7 @@ \section{Built-in Exceptions}
242242\code {code} which is set to the proposed exit status or error message
243243(defaulting to \code {None}).
244244
245- A call to \code {sys.exit} is translated into an exception so that
245+ A call to \code {sys.exit() } is translated into an exception so that
246246 clean-up handlers (\code {finally} clauses of \code {try} statements)
247247 can be executed, and so that a debugger can execute a script without
248248 running the risk of losing control. The \code {os._exit()} function
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ \section{Built-in Exceptions}
8585\code {KeyError}.
8686\end {excdesc }
8787
88- \renewcommand {\indexsubitem }{(built-in exception base class )}
88+ \renewcommand {\indexsubitem }{(built-in exception)}
8989
9090The following exceptions are the exceptions that are actually raised.
9191They are class objects, except when the \code {-X} option is used to
@@ -242,7 +242,7 @@ \section{Built-in Exceptions}
242242\code {code} which is set to the proposed exit status or error message
243243(defaulting to \code {None}).
244244
245- A call to \code {sys.exit} is translated into an exception so that
245+ A call to \code {sys.exit() } is translated into an exception so that
246246 clean-up handlers (\code {finally} clauses of \code {try} statements)
247247 can be executed, and so that a debugger can execute a script without
248248 running the risk of losing control. The \code {os._exit()} function
You can’t perform that action at this time.
0 commit comments