diff options
Diffstat (limited to 'Doc/library/tabnanny.rst')
-rw-r--r-- | Doc/library/tabnanny.rst | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Doc/library/tabnanny.rst b/Doc/library/tabnanny.rst index 4402e78..f43659f 100644 --- a/Doc/library/tabnanny.rst +++ b/Doc/library/tabnanny.rst @@ -8,9 +8,7 @@ .. moduleauthor:: Tim Peters <tim_one@users.sourceforge.net> .. sectionauthor:: Peter Funk <pf@artcom-gmbh.de> - -.. % rudimentary documentation based on module comments, by Peter Funk -.. % <pf@artcom-gmbh.de> +.. rudimentary documentation based on module comments For the time being this module is intended to be called as a script. However it is possible to import it into an IDE and use the function :func:`check` @@ -55,14 +53,11 @@ described below. This function is used by :func:`check` as a callback parameter to the function :func:`tokenize.tokenize`. -.. % XXX FIXME: Document \function{errprint}, -.. % \function{format_witnesses} \class{Whitespace} -.. % check_equal, indents -.. % \function{reset_globals} +.. XXX document errprint, format_witnesses, Whitespace, check_equal, indents, + reset_globals .. seealso:: Module :mod:`tokenize` Lexical scanner for Python source code. - |