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

Skip to content

Commit 8d0ff31

Browse files
committed
Simplify markup.
1 parent 57b935d commit 8d0ff31

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libuser.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ \section{Standard Module \sectcode{user}}
1212
requests it. This module implements such a mechanism. A program
1313
that wishes to use the mechanism must execute the statement
1414

15-
\bcode\begin{verbatim}
15+
\begin{verbatim}
1616
import user
17-
\end{verbatim}\ecode
17+
\end{verbatim}
1818

1919
The \code{user} module looks for a file \file{.pythonrc.py} in the user's
2020
home directory and if it can be opened, exececutes it (using

Doc/libuser.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ \section{Standard Module \sectcode{user}}
1212
requests it. This module implements such a mechanism. A program
1313
that wishes to use the mechanism must execute the statement
1414

15-
\bcode\begin{verbatim}
15+
\begin{verbatim}
1616
import user
17-
\end{verbatim}\ecode
17+
\end{verbatim}
1818

1919
The \code{user} module looks for a file \file{.pythonrc.py} in the user's
2020
home directory and if it can be opened, exececutes it (using

0 commit comments

Comments
 (0)