From: Andrew M. Kuchling Date: Mon, 21 Jul 2003 12:49:46 +0000 (+0000) Subject: Change \code to \verb, because TeX merges the two dashes into a X-Git-Tag: v2.3c2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ceb9b160335108a0235b68570b9d64df972070f;p=python 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. --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 722a7a6929..7e3818f4f8 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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}