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

Skip to content

Commit c35367e

Browse files
committed
Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the
new markup makes sense in context). These allow the SGML/XML conversion updates to work, & should not have still been in there anyway.
1 parent 5ed843f commit c35367e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref8.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ \section{Complete Python programs\label{programs}}
3434
\refbimodindex{__main__}
3535

3636
Under {\UNIX}, a complete program can be passed to the interpreter in
37-
three forms: with the {\bf -c} {\it string} command line option, as a
37+
three forms: with the \program{-c} \var{string} command line option, as a
3838
file passed as the first command line argument, or as standard input.
3939
If the file or standard input is a tty device, the interpreter enters
4040
interactive mode; otherwise, it executes the file as a complete

0 commit comments

Comments
 (0)