]> granicus.if.org Git - python/commitdiff
Change \code to \verb, because TeX merges the two dashes into a
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 21 Jul 2003 12:49:46 +0000 (12:49 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 21 Jul 2003 12:49:46 +0000 (12:49 +0000)
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.

Doc/whatsnew/whatsnew23.tex

index 722a7a6929ce26375fad253304259919d8fb8352..7e3818f4f821835378badff0f389df0fead82391 100644 (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}