mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
minor space nit.
This commit is contained in:
parent
5c0347b398
commit
150857028c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ The Module Search Path
|
|||
|
||||
When a module named :mod:`spam` is imported, the interpreter searches for a
|
||||
file named :file:`spam.py` in the directory containing the input script (or
|
||||
thecurrent directory), and then in the list of directories specified by the
|
||||
the current directory), and then in the list of directories specified by the
|
||||
environment variable :envvar:`PYTHONPATH`. This has the same syntax as the
|
||||
shell variable :envvar:`PATH`, that is, a list of directory names. When
|
||||
:envvar:`PYTHONPATH` is not set, or when the file is not found there, the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue