Avoid unnecessary detail (global vs user site-packages)

This commit is contained in:
Peter Bittner 2020-01-06 10:50:37 +01:00
parent 6e8d4b2bb2
commit 4343609d5c
1 changed files with 2 additions and 3 deletions

View File

@ -200,9 +200,8 @@ named :file:`spam.py` in a list of directories given by the variable
.. note::
The :mod:`site` module is responsible for appending site-specific paths to
the module search path. It also provides a way to get a list of all
site-specific paths, which can be global and per user site-packages
directories (:pep:`370`), from the command line via ``python -m site``.
the module search path. It also provides a command line interface to print
a list of all module search paths (e.g. ``python -m site``).
After initialization, Python programs can modify :data:`sys.path`. The
directory containing the script being run is placed at the beginning of the