Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ceb9b1

Browse files
committed
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.
1 parent d71a551 commit 0ceb9b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ \section{PEP 301: Package Index and Metadata for
757757
\end{verbatim}
758758

759759
The full list of classifiers can be obtained by running
760-
\code{python setup.py register --list-classifiers}.
760+
\verb|python setup.py register --list-classifiers|.
761761

762762
\begin{seealso}
763763

0 commit comments

Comments
 (0)