From: Fred Drake Date: Fri, 9 Jan 1998 22:27:55 +0000 (+0000) Subject: Simplify markup. X-Git-Tag: v1.5.1~1002 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d0ff317bccd154866d183fde6f5b63b31d3b84a;p=thirdparty%2FPython%2Fcpython.git Simplify markup. --- diff --git a/Doc/lib/libuser.tex b/Doc/lib/libuser.tex index 39daf978c1dd..f0e1cab2d4cd 100644 --- a/Doc/lib/libuser.tex +++ b/Doc/lib/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 diff --git a/Doc/libuser.tex b/Doc/libuser.tex index 39daf978c1dd..f0e1cab2d4cd 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