We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809d298 commit 87f97feCopy full SHA for 87f97fe
Doc/tutorial/modules.rst
@@ -191,7 +191,8 @@ named :file:`spam.py` in a list of directories given by the variable
191
file is specified).
192
* :envvar:`PYTHONPATH` (a list of directory names, with the same syntax as the
193
shell variable :envvar:`PATH`).
194
-* The installation-dependent default.
+* The installation-dependent default (by convention including a
195
+ ``site-packages`` directory, handled by the :mod:`site` module).
196
197
.. note::
198
On file systems which support symlinks, the directory containing the input
0 commit comments