Fix typo in docs (GH-98863)

(cherry picked from commit bfecff5f73)

Co-authored-by: Yuvi Panda <yuvipanda@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-10-29 13:56:27 -07:00 committed by GitHub
parent f8fb0d8e77
commit d038307b10
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