diff options
author | Georg Brandl <georg@python.org> | 2008-09-13 17:41:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-13 17:41:16 (GMT) |
commit | 9af9498c6e59aa9efe0370bcc476307b4c30c06c (patch) | |
tree | c8b5dee5200abd38af016b0e13fb93410e1b550b /Doc/using | |
parent | f2a2c796e37f888a254d7e2af8e4bc0dc0899530 (diff) | |
download | cpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.zip cpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.tar.gz cpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.tar.bz2 |
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 94fbed7..4ceee84 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -516,7 +516,7 @@ These environment variables influence Python's behavior. If this environment variable is set, ``sys.argv[0]`` will be set to its value instead of the value got through the C runtime. Only works on - MacOS X. + Mac OS X. Debug-mode variables |