Thanks to visit codestin.com Credit goes to github.com
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 91099e2 commit 55b45bfCopy full SHA for 55b45bf
1 file changed
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