Change \code to \verb, because TeX merges the two dashes into a

hyphen, resulting in the output '-list-classifiers', not the correct
'--list-classifiers'.  I've verified that the line is now correct
in the DVI, PDF, HTML, and ASCII versions.
This commit is contained in:
Andrew M. Kuchling 2003-07-21 12:49:46 +00:00
parent d71a5511a4
commit 0ceb9b1603
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ core.setup(**kw)
\end{verbatim}
The full list of classifiers can be obtained by running
\code{python setup.py register --list-classifiers}.
\verb|python setup.py register --list-classifiers|.
\begin{seealso}