summaryrefslogtreecommitdiff
path: root/Misc/python.man
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-12-18 13:05:04 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-12-18 13:05:04 +0200
commit1bfa33ccd1e1c7b69b7258aca538e27fb94cc582 (patch)
treec830b85a89b759803d9b8624acde1e288964cb37 /Misc/python.man
parent483ee7b6955739a3ba30ef7d3a3491c33b9f928a (diff)
downloadcpython-1bfa33ccd1e1c7b69b7258aca538e27fb94cc582.tar.gz
Issue #25899: Converted non-ASCII characters in docstrings and manpage
to ASCII replacements. Original patch by Chris Angelico.
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 6dbdba9e5f..4e1a81d230 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -143,7 +143,7 @@ raises an exception.
.TP
.B \-I
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
+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
malicious code.