From 692cd77975413d71ff0951072df686e6f38711c8 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Sat, 29 Oct 2022 13:44:06 -0700 Subject: [PATCH] Fix typo in docs (GH-98863) (cherry picked from commit bfecff5f73741f095bb9ec2329467bf16cbbdf5a) Co-authored-by: Yuvi Panda --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 542b08b1878ed0..0417d2752689e5 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