diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-04 05:56:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-04 05:56:34 (GMT) |
commit | 316ef7c57428134cce5cfea73bdc674f4e316622 (patch) | |
tree | e9e622e12f5cdde630cf95f2dab9d2d05794525a /Doc | |
parent | b162d188f63742de7a5c3aabb3981a7d510ff6e4 (diff) | |
download | cpython-316ef7c57428134cce5cfea73bdc674f4e316622.zip cpython-316ef7c57428134cce5cfea73bdc674f4e316622.tar.gz cpython-316ef7c57428134cce5cfea73bdc674f4e316622.tar.bz2 |
Markup nit: Command line options should be marked with \programopt.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/api.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 9c70198..e81edab 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}{} |