Markup nit: Command line options should be marked with \programopt.

This commit is contained in:
Fred Drake 2001-01-04 05:56:34 +00:00
parent b162d188f6
commit 316ef7c574
1 changed files with 2 additions and 2 deletions

View File

@ -975,8 +975,8 @@ type \ctype{PyObject*}; they are all class objects. Their names are
of \cdata{PyExc_Warning}.
For information about warning control, see the documentation for the
\module{warnings} module and the \samp{-W} option in the command line
documentation. There is no C API for warning control.
\module{warnings} module and the \programopt{-W} option in the command
line documentation. There is no C API for warning control.
\end{cfuncdesc}
\begin{cfuncdesc}{int}{PyErr_CheckSignals}{}