mirror of https://github.com/python/cpython
Fix typo in docs (GH-98863)
This commit is contained in:
parent
e063c23c65
commit
bfecff5f73
|
@ -1178,7 +1178,7 @@ always available.
|
|||
string, which means the current working directory.
|
||||
|
||||
To not prepend this potentially unsafe path, use the :option:`-P` command
|
||||
line option or the :envvar:`PYTHONSAFEPATH` environment variable?
|
||||
line option or the :envvar:`PYTHONSAFEPATH` environment variable.
|
||||
|
||||
A program is free to modify this list for its own purposes. Only strings
|
||||
should be added to :data:`sys.path`; all other data types are
|
||||
|
|
Loading…
Reference in New Issue