Fix typo in docs (GH-98863)

This commit is contained in:
Yuvi Panda 2022-10-29 13:44:06 -07:00 committed by GitHub
parent e063c23c65
commit bfecff5f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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