diff options
Diffstat (limited to 'Doc/library/symtable.rst')
-rw-r--r-- | Doc/library/symtable.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index ee24823..28306e6 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -5,7 +5,7 @@ :synopsis: Interface to the compiler's internal symbol tables. .. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu> -.. sectionauthor:: Benjamin Peterson +.. sectionauthor:: Benjamin Peterson <benjamin@python.org> Symbol tables are generated by the compiler from AST just before bytecode is |