From: Fred Drake Date: Thu, 4 Jan 2001 05:56:34 +0000 (+0000) Subject: Markup nit: Command line options should be marked with \programopt. X-Git-Tag: v2.1a1~415 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=316ef7c57428134cce5cfea73bdc674f4e316622;p=python Markup nit: Command line options should be marked with \programopt. --- diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 9c70198383..e81edab9bd 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -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}{}