mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more difficult for non-native speakers.
This commit is contained in:
parent
19b1c6156b
commit
907e76b620
17 changed files with 105 additions and 98 deletions
|
@ -24,7 +24,7 @@ import user
|
|||
|
||||
The \module{user} module looks for a file \file{.pythonrc.py} in the user's
|
||||
home directory and if it can be opened, executes it (using
|
||||
\function{execfile()}\bifuncindex{execfile}) in its own (i.e. the
|
||||
\function{execfile()}\bifuncindex{execfile}) in its own (the
|
||||
module \module{user}'s) global namespace. Errors during this phase
|
||||
are not caught; that's up to the program that imports the
|
||||
\module{user} module, if it wishes. The home directory is assumed to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue