Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64298ae

Browse files
committed
Issue #24077: Fix typo in man page for -I command option: -s, not -S.
1 parent 9df36c9 commit 64298ae

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ Documentation
236236

237237
- Issue #24029: Document the name binding behavior for submodule imports.
238238

239+
- Issue #24077: Fix typo in man page for -I command option: -s, not -S.
240+
239241
Tools/Demos
240242
-----------
241243

Misc/python.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ useful to inspect global variables or a stack trace when a script
143143
raises an exception.
144144
.TP
145145
.B \-I
146-
Run Python in isolated mode. This also implies \fB\-E\fP and \fB\-S\fP. In
146+
Run Python in isolated mode. This also implies \fB\-E\fP and \fB\-s\fP. In
147147
isolated mode sys.path contains neither the script’s directory nor the user’s
148148
site-packages directory. All PYTHON* environment variables are ignored, too.
149149
Further restrictions may be imposed to prevent the user from injecting

0 commit comments

Comments
 (0)