diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-07-21 12:49:46 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-07-21 12:49:46 (GMT) |
commit | 0ceb9b160335108a0235b68570b9d64df972070f (patch) | |
tree | 443ca4e8921b4ecc5cd08dcd1b2be57a0b19ceb1 /Doc/whatsnew/whatsnew23.tex | |
parent | d71a5511a48c128af2ff902ede50dd6a94a48796 (diff) | |
download | cpython-0ceb9b160335108a0235b68570b9d64df972070f.zip cpython-0ceb9b160335108a0235b68570b9d64df972070f.tar.gz cpython-0ceb9b160335108a0235b68570b9d64df972070f.tar.bz2 |
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.
Diffstat (limited to 'Doc/whatsnew/whatsnew23.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 722a7a6..7e3818f 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} |