summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorPeter Bittner <django@bittner.it>2021-09-23 21:39:58 (GMT)
committerGitHub <noreply@github.com>2021-09-23 21:39:58 (GMT)
commit55b45bf707c6c8084db259fe2f8aa08e84ea0d99 (patch)
tree5db614c077b4ffbf72461e94ed5f20ffb3add538 /Doc/tutorial
parent91099e25446b214725f8e2ffffbec6f90553260c (diff)
downloadcpython-55b45bf707c6c8084db259fe2f8aa08e84ea0d99.zip
cpython-55b45bf707c6c8084db259fe2f8aa08e84ea0d99.tar.gz
cpython-55b45bf707c6c8084db259fe2f8aa08e84ea0d99.tar.bz2
bpo-38623: Add note about site module (site-packages) (GH-16974)
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/modules.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
index a495c50..f1d4957 100644
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -191,7 +191,8 @@ named :file:`spam.py` in a list of directories given by the variable
file is specified).
* :envvar:`PYTHONPATH` (a list of directory names, with the same syntax as the
shell variable :envvar:`PATH`).
-* The installation-dependent default.
+* The installation-dependent default (by convention including a
+ ``site-packages`` directory, handled by the :mod:`site` module).
.. note::
On file systems which support symlinks, the directory containing the input