]> granicus.if.org Git - python/commitdiff
Markup nit: Command line options should be marked with \programopt.
authorFred Drake <fdrake@acm.org>
Thu, 4 Jan 2001 05:56:34 +0000 (05:56 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Jan 2001 05:56:34 +0000 (05:56 +0000)
Doc/api/api.tex

index 9c7019838383c9ee9cb38261de8f39f5e8fbf514..e81edab9bd53685a9fff3ec418fb74b40a09fd5d 100644 (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}{}