File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ \chapter{Basic Utilities}
538538
539539\begin {cfuncdesc }{void}{Py_Exit}{int status}
540540Exit the current process. This calls \code {Py_Finalize()} and then
541- calls the standard \C {} library function \code {exit(0 )}.
541+ calls the standard \C {} library function \code {exit(\var {status} )}.
542542\end {cfuncdesc }
543543
544544\begin {cfuncdesc }{int}{Py_AtExit}{void (*func) ()}
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ \chapter{Basic Utilities}
538538
539539\begin {cfuncdesc }{void}{Py_Exit}{int status}
540540Exit the current process. This calls \code {Py_Finalize()} and then
541- calls the standard \C {} library function \code {exit(0 )}.
541+ calls the standard \C {} library function \code {exit(\var {status} )}.
542542\end {cfuncdesc }
543543
544544\begin {cfuncdesc }{int}{Py_AtExit}{void (*func) ()}
You can’t perform that action at this time.
0 commit comments