]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in docs (GH-98863)
authorYuvi Panda <yuvipanda@gmail.com>
Sat, 29 Oct 2022 20:44:06 +0000 (13:44 -0700)
committerGitHub <noreply@github.com>
Sat, 29 Oct 2022 20:44:06 +0000 (15:44 -0500)
Doc/library/sys.rst

index 17bbfa50a2ed021018db2bc7f804b3c97796876d..f3fd16c4de753704025d6cf26bdaaa8298ee4000 100644 (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