summaryrefslogtreecommitdiff
path: root/Misc/python.man
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-04-29 14:51:43 -0700
committerNed Deily <nad@acm.org>2015-04-29 14:51:43 -0700
commit64298ae62ef9c8044e175bd4e5062819e1a0f225 (patch)
tree6690ddfa3704b99d24c0c6fd4c4b5ba1cce13320 /Misc/python.man
parent9df36c9456cee5581cae484755147e50f5268f73 (diff)
downloadcpython-git-64298ae62ef9c8044e175bd4e5062819e1a0f225.tar.gz
Issue #24077: Fix typo in man page for -I command option: -s, not -S.
Diffstat (limited to 'Misc/python.man')
-rw-r--r--Misc/python.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 048a68a319..dc1c08bf46 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -143,7 +143,7 @@ useful to inspect global variables or a stack trace when a script
raises an exception.
.TP
.B \-I
-Run Python in isolated mode. This also implies \fB\-E\fP and \fB\-S\fP. In
+Run Python in isolated mode. This also implies \fB\-E\fP and \fB\-s\fP. In
isolated mode sys.path contains neither the script’s directory nor the user’s
site-packages directory. All PYTHON* environment variables are ignored, too.
Further restrictions may be imposed to prevent the user from injecting