Kaydet (Commit) 8d0ff317 authored tarafından Fred Drake's avatar Fred Drake

Simplify markup.

üst 57b935d0
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment