# HG changeset patch # Parent eee4f8b3dbbeecdf38ba1f0c0f11e2d56ee2bf28 Issue #nnnnn: Fix reference to -t option and tabnanny diff -r eee4f8b3dbbe -r bd6023db8f9d Doc/faq/windows.rst --- a/Doc/faq/windows.rst Sun Jan 29 22:39:29 2017 +0000 +++ b/Doc/faq/windows.rst Sun Jan 29 23:04:16 2017 +0000 @@ -300,8 +300,8 @@ --> Options --> Tabs`, and for file type "Default" set "Tab size" and "Indent size" to 4, and select the "Insert spaces" radio button. -If you suspect mixed tabs and spaces are causing problems in leading whitespace, -run Python with the :option:`-t` switch or run ``Tools/Scripts/tabnanny.py`` to +Python should report an error if mixed tabs and spaces are causing problems +in leading whitespace. You may also run the :mod:`tabnanny` module to check a directory tree in batch mode.