From 8d0ff317bccd154866d183fde6f5b63b31d3b84a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 9 Jan 1998 22:27:55 +0000 Subject: [PATCH] Simplify markup. --- Doc/lib/libuser.tex | 4 ++-- Doc/libuser.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libuser.tex b/Doc/lib/libuser.tex index 39daf978c1..f0e1cab2d4 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 39daf978c1..f0e1cab2d4 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 -- 2.50.0