Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78489a3

Browse files
committed
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.
1 parent b7f0cef commit 78489a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/dist/dist.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,9 @@ \section{Writing the Setup Configuration File}
605605
\command{build\_py}, \command{install}), and \var{option} is one of the
606606
options that command supports. Any number of options can be supplied
607607
for each command, and any number of command sections can be included in
608-
the file. Blank lines are ignored, as are comments (from a \verb+#+
609-
character to end-of-line). Long option values can be split across
610-
multiple lines simply by indenting the continuation lines.
608+
the file. Blank lines are ignored, as are comments (from a
609+
\character{\#} character to end-of-line). Long option values can be
610+
split across multiple lines simply by indenting the continuation lines.
611611

612612
You can find out the list of options supported by a particular command
613613
with the universal \longprogramopt{help} option, e.g.

0 commit comments

Comments
 (0)