diff options
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r-- | Doc/using/cmdline.rst | 7 |
1 files changed, 0 insertions, 7 deletions
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 |