diff options
author | Thomas Heller <theller@ctypes.org> | 2001-11-09 17:04:43 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2001-11-09 17:04:43 (GMT) |
commit | 39885740754f73ed3b120a5917433f022559ba2a (patch) | |
tree | 2d670379a931f50d817166bde481ad1f8a440f65 /Doc | |
parent | aa79f4d492abd5b979e740520e95fcb717793061 (diff) | |
download | cpython-39885740754f73ed3b120a5917433f022559ba2a.zip cpython-39885740754f73ed3b120a5917433f022559ba2a.tar.gz cpython-39885740754f73ed3b120a5917433f022559ba2a.tar.bz2 |
Remove my name, probably bad style.
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. |