summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 542b08b..0417d27 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -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