diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-09 22:27:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-09 22:27:55 (GMT) |
commit | 8d0ff317bccd154866d183fde6f5b63b31d3b84a (patch) | |
tree | d7ae861d145648a0331bb9288913da05f3d827a0 /Doc/libuser.tex | |
parent | 57b935d0d61cc8bce89a741f1c1c3dc63597b306 (diff) | |
download | cpython-8d0ff317bccd154866d183fde6f5b63b31d3b84a.zip cpython-8d0ff317bccd154866d183fde6f5b63b31d3b84a.tar.gz cpython-8d0ff317bccd154866d183fde6f5b63b31d3b84a.tar.bz2 |
Simplify markup.
Diffstat (limited to 'Doc/libuser.tex')
-rw-r--r-- | Doc/libuser.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libuser.tex b/Doc/libuser.tex index 39daf97..f0e1cab 100644 --- a/Doc/libuser.tex +++ b/Doc/libuser.tex @@ -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 |