We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba79f3 commit aaa6517Copy full SHA for aaa6517
1 file changed
Doc/using/cmdline.rst
@@ -356,7 +356,8 @@ These environment variables influence Python's behavior.
356
357
Augment the default search path for module files. The format is the same as
358
the shell's :envvar:`PATH`: one or more directory pathnames separated by
359
- colons. Non-existent directories are silently ignored.
+ :data:`os.pathsep` (e.g. colons on Unix or semicolons on Windows).
360
+ Non-existent directories are silently ignored.
361
362
The default search path is installation dependent, but generally begins with
363
:file:`{prefix}/lib/python{version}`` (see :envvar:`PYTHONHOME` above). It
0 commit comments