diff options
author | Georg Brandl <georg@python.org> | 2007-10-20 19:08:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-20 19:08:36 (GMT) |
commit | 3507333909dcd7c1cbf9d4905b3ee3829689025b (patch) | |
tree | 9b0271687feff240bc6c0d5e9cd58f1c04021715 /Doc/using | |
parent | c5004f39fdb846defe8e704f411a584b855de519 (diff) | |
download | cpython-3507333909dcd7c1cbf9d4905b3ee3829689025b.zip cpython-3507333909dcd7c1cbf9d4905b3ee3829689025b.tar.gz cpython-3507333909dcd7c1cbf9d4905b3ee3829689025b.tar.bz2 |
Even more clarification.
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 5871edb..eb18c89 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -150,7 +150,7 @@ Miscellaneous options .. cmdoption:: -E Ignore all :envvar:`PYTHON*` environment variables, e.g. - :envvar:`PYTHONPATH` and :envvar:`PYTHONHOME`, that may be defined. + :envvar:`PYTHONPATH` and :envvar:`PYTHONHOME`, that might be set. .. versionadded:: 2.2 |