]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in docs (GH-98863)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 29 Oct 2022 20:56:27 +0000 (13:56 -0700)
committerGitHub <noreply@github.com>
Sat, 29 Oct 2022 20:56:27 +0000 (13:56 -0700)
(cherry picked from commit bfecff5f73741f095bb9ec2329467bf16cbbdf5a)

Co-authored-by: Yuvi Panda <yuvipanda@gmail.com>
Doc/library/sys.rst

index 542b08b1878ed0b1eafe6039a1eda5b53cf66466..0417d2752689e54db044ae8aef6c74e22a19980d 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