[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.157,1.158

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 21 Jul 2003 05:49:48 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv6179

Modified Files:
	whatsnew23.tex 
Log Message:
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.


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.157
retrieving revision 1.158
diff -C2 -d -r1.157 -r1.158
*** whatsnew23.tex	18 Jul 2003 02:12:16 -0000	1.157
--- whatsnew23.tex	21 Jul 2003 12:49:46 -0000	1.158
***************
*** 758,762 ****
  
  The full list of classifiers can be obtained by running 
! \code{python setup.py register --list-classifiers}.
  
  \begin{seealso}
--- 758,762 ----
  
  The full list of classifiers can be obtained by running 
! \verb|python setup.py register --list-classifiers|.
  
  \begin{seealso}