Commit 78489a36 authored by Fred Drake's avatar Fred Drake

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.
parent b7f0cef5
...@@ -605,9 +605,9 @@ where \var{command} is one of the Distutils commands (e.g. ...@@ -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 \command{build\_py}, \command{install}), and \var{option} is one of the
options that command supports. Any number of options can be supplied options that command supports. Any number of options can be supplied
for each command, and any number of command sections can be included in 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+#+ the file. Blank lines are ignored, as are comments (from a
character to end-of-line). Long option values can be split across \character{\#} character to end-of-line). Long option values can be
multiple lines simply by indenting the continuation lines. split across multiple lines simply by indenting the continuation lines.
You can find out the list of options supported by a particular command You can find out the list of options supported by a particular command
with the universal \longprogramopt{help} option, e.g. with the universal \longprogramopt{help} option, e.g.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment