[Python-checkins] r54573 - python/trunk/Doc/dist/dist.tex

georg.brandl python-checkins at python.org
Sun Mar 25 21:05:01 CEST 2007


Author: georg.brandl
Date: Sun Mar 25 21:04:55 2007
New Revision: 54573

Modified:
   python/trunk/Doc/dist/dist.tex
Log:
Markup fix.


Modified: python/trunk/Doc/dist/dist.tex
==============================================================================
--- python/trunk/Doc/dist/dist.tex	(original)
+++ python/trunk/Doc/dist/dist.tex	Sun Mar 25 21:04:55 2007
@@ -1802,9 +1802,9 @@
         setup.py
         foo.py
 \end{verbatim}
-(In all diagrams in this section, \verb|<root>| will refer to the
-distribution root directory.)  A minimal setup script to describe this
-situation would be:
+(In all diagrams in this section, \var{\textless root\textgreater}
+will refer to the distribution root directory.)  A minimal setup script
+to describe this situation would be:
 \begin{verbatim}
 from distutils.core import setup
 setup(name='foo',
@@ -3179,7 +3179,7 @@
 
 Note that this is not a fully-fledged string interpolation function. A
 valid \code{\$variable} can consist only of upper and lower case letters,
-numbers and an underscore. No \{ \} or \( \) style quoting is available.
+numbers and an underscore. No \{ \} or ( ) style quoting is available.
 \end{funcdesc}
 
 \begin{funcdesc}{grok_environment_error}{exc\optional{, prefix=\samp{'error: '}}}


More information about the Python-checkins mailing list