mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Simplify markup.
This commit is contained in:
parent
57b935d0d6
commit
8d0ff317bc
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue