summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sys.rst2
-rw-r--r--Doc/using/cmdline.rst7
2 files changed, 0 insertions, 9 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 0929f0e..b354603 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -231,8 +231,6 @@ always available.
+------------------------------+------------------------------------------+
| :const:`ignore_environment` | -E |
+------------------------------+------------------------------------------+
- | :const:`tabcheck` | -t or -tt |
- +------------------------------+------------------------------------------+
| :const:`verbose` | -v |
+------------------------------+------------------------------------------+
| :const:`unicode` | -U |
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index a6a6ecf..5100c21 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -222,13 +222,6 @@ Miscellaneous options
manipulations of :data:`sys.path` that it entails.
-.. cmdoption:: -t
-
- Issue a warning when a source file mixes tabs and spaces for indentation in a
- way that makes it depend on the worth of a tab expressed in spaces. Issue an
- error when the option is given twice (:option:`-tt`).
-
-
.. cmdoption:: -u
Force stdin, stdout and stderr to be totally unbuffered. On systems where it