diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/undoc_symbols.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tools/undoc_symbols.py b/Doc/tools/undoc_symbols.py index 59a92fb..355610e 100644 --- a/Doc/tools/undoc_symbols.py +++ b/Doc/tools/undoc_symbols.py @@ -1,5 +1,3 @@ -# Thomas Heller, 11/2001 - """This script prints out a list of undocumented symbols found in Python include files, prefixed by their tag kind. |