Skip to content

Commit d038307

Browse files
Fix typo in docs (GH-98863)
(cherry picked from commit bfecff5) Co-authored-by: Yuvi Panda <[email protected]>
1 parent f8fb0d8 commit d038307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ always available.
11781178
string, which means the current working directory.
11791179

11801180
To not prepend this potentially unsafe path, use the :option:`-P` command
1181-
line option or the :envvar:`PYTHONSAFEPATH` environment variable?
1181+
line option or the :envvar:`PYTHONSAFEPATH` environment variable.
11821182

11831183
A program is free to modify this list for its own purposes. Only strings
11841184
should be added to :data:`sys.path`; all other data types are

0 commit comments

Comments
 (0)