Fix trailing whitespaces in Doc/faq/windows.rst by berkerpeksag · Pull Request #69 · python/cpython
Python raises :exc:`IndentationError` or :exc:`TabError` if mixed tabs Python raises :exc:`IndentationError` or :exc:`TabError` if mixed tabs and spaces are causing problems in leading whitespace. You may also run the :mod:`tabnanny` module to check a directory tree You may also run the :mod:`tabnanny` module to check a directory tree in batch mode.