From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 29 Oct 2022 20:56:27 +0000 (-0700) Subject: Fix typo in docs (GH-98863) X-Git-Tag: v3.11.1~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d038307b109767f3ccb69d6a7bcd4ba8ac0cecf7;p=thirdparty%2FPython%2Fcpython.git Fix typo in docs (GH-98863) (cherry picked from commit bfecff5f73741f095bb9ec2329467bf16cbbdf5a) Co-authored-by: Yuvi Panda --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 542b08b1878e..0417d2752689 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