diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-01-19 16:18:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-01-19 16:18:27 (GMT) |
commit | c84ebe73a794ae6a50cd380f4f8a71856c095c6e (patch) | |
tree | e84ee0f069411383f1a8575ce13dd46bc8ffb728 | |
parent | b6c7beb722deedc5125c81747af5c1f1204e2619 (diff) | |
download | cpython-c84ebe73a794ae6a50cd380f4f8a71856c095c6e.zip cpython-c84ebe73a794ae6a50cd380f4f8a71856c095c6e.tar.gz cpython-c84ebe73a794ae6a50cd380f4f8a71856c095c6e.tar.bz2 |
add email address
-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 |