]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Sun, 25 Mar 2007 19:04:55 +0000 (19:04 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 25 Mar 2007 19:04:55 +0000 (19:04 +0000)
Doc/dist/dist.tex

index 7a0f0738223a15a76afb39fdc258e4d7d73ba804..00af64a5da7bbf773e20b8e5b61a57e43d1130b9 100644 (file)
@@ -1802,9 +1802,9 @@ example:
         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 @@ for any variables not found in either \var{local_vars} or \code{os.environ}.
 
 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: '}}}