mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix typo in docs (GH-98863)
This commit is contained in:
parent
e063c23c65
commit
bfecff5f73
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ always available.
|
||||||
string, which means the current working directory.
|
string, which means the current working directory.
|
||||||
|
|
||||||
To not prepend this potentially unsafe path, use the :option:`-P` command
|
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
|
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
|
should be added to :data:`sys.path`; all other data types are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue