Simplify markup.

This commit is contained in:
Fred Drake 1998-01-09 22:27:55 +00:00
parent 57b935d0d6
commit 8d0ff317bc
2 changed files with 4 additions and 4 deletions

View file

@ -12,9 +12,9 @@ to have a standard customization file, which gets run when a program
requests it. This module implements such a mechanism. A program
that wishes to use the mechanism must execute the statement
\bcode\begin{verbatim}
\begin{verbatim}
import user
\end{verbatim}\ecode
\end{verbatim}
The \code{user} module looks for a file \file{.pythonrc.py} in the user's
home directory and if it can be opened, exececutes it (using