diff options
author | Fred Drake <fdrake@acm.org> | 2000-11-22 16:06:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-11-22 16:06:16 (GMT) |
commit | 78489a362e8e292e50e0531abad6fb3bc2acbeda (patch) | |
tree | 08cd44e310815649eba235e422823d6fca2d64ec | |
parent | b7f0cef54d7dd3c8b2910842684c8abd40c6f13d (diff) | |
download | cpython-78489a362e8e292e50e0531abad6fb3bc2acbeda.zip cpython-78489a362e8e292e50e0531abad6fb3bc2acbeda.tar.gz cpython-78489a362e8e292e50e0531abad6fb3bc2acbeda.tar.bz2 |
Do not use \verb in the Python documentation -- it makes parsing the LaTeX
sources more difficult and other tools do not always work well with it.
Since we have better markup for this case, just fix it.
-rw-r--r-- | Doc/dist/dist.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 65583b0..dd2b971 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -605,9 +605,9 @@ where \var{command} is one of the Distutils commands (e.g. \command{build\_py}, \command{install}), and \var{option} is one of the options that command supports. Any number of options can be supplied for each command, and any number of command sections can be included in -the file. Blank lines are ignored, as are comments (from a \verb+#+ -character to end-of-line). Long option values can be split across -multiple lines simply by indenting the continuation lines. +the file. Blank lines are ignored, as are comments (from a +\character{\#} character to end-of-line). Long option values can be +split across multiple lines simply by indenting the continuation lines. You can find out the list of options supported by a particular command with the universal \longprogramopt{help} option, e.g. |