summaryrefslogtreecommitdiffstats
path: root/Doc/dist
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-25 19:04:55 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-25 19:04:55 (GMT)
commit85fd7ac93dc02704cea60ad80166e0c744a0a750 (patch)
treef266838bef0d7949ee8413d142e3e5d887cd20a3 /Doc/dist
parent6b5e1aa1677320bc726fb9d72747b7e06489c742 (diff)
downloadcpython-85fd7ac93dc02704cea60ad80166e0c744a0a750.zip
cpython-85fd7ac93dc02704cea60ad80166e0c744a0a750.tar.gz
cpython-85fd7ac93dc02704cea60ad80166e0c744a0a750.tar.bz2
Markup fix.
Diffstat (limited to 'Doc/dist')
-rw-r--r--Doc/dist/dist.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index 7a0f073..00af64a 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -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: '}}}