]> granicus.if.org Git - python/commitdiff
Simplify markup.
authorFred Drake <fdrake@acm.org>
Fri, 9 Jan 1998 22:27:55 +0000 (22:27 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 9 Jan 1998 22:27:55 +0000 (22:27 +0000)
Doc/lib/libuser.tex
Doc/libuser.tex

index 39daf978c1ddb5355a51fabf1448c0eb834f53af..f0e1cab2d4cdd4d647e031dc42270bfe273b40c2 100644 (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
index 39daf978c1ddb5355a51fabf1448c0eb834f53af..f0e1cab2d4cdd4d647e031dc42270bfe273b40c2 100644 (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