diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-01-15 01:29:16 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-01-15 01:29:16 (GMT) |
commit | 7ce9b184603330386bf29ba21b56cf846616c217 (patch) | |
tree | 88ce75609b271ab2fcd5b9d751fbc15eea7b5898 /Doc | |
parent | 351e1a3e8805bca158d1f116a637e787e2b70f18 (diff) | |
download | cpython-7ce9b184603330386bf29ba21b56cf846616c217.zip cpython-7ce9b184603330386bf29ba21b56cf846616c217.tar.gz cpython-7ce9b184603330386bf29ba21b56cf846616c217.tar.bz2 |
Typo fixes
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 7dbf41e..6b88d61 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -266,7 +266,7 @@ always available. +------------------------------+------------------------------------------+ | :const:`no_site` | -S | +------------------------------+------------------------------------------+ - | :const:`ingnore_environment` | -E | + | :const:`ignore_environment` | -E | +------------------------------+------------------------------------------+ | :const:`tabcheck` | -t or -tt | +------------------------------+------------------------------------------+ |