summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-19 16:18:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-19 16:18:27 (GMT)
commitc84ebe73a794ae6a50cd380f4f8a71856c095c6e (patch)
treee84ee0f069411383f1a8575ce13dd46bc8ffb728 /Doc
parentb6c7beb722deedc5125c81747af5c1f1204e2619 (diff)
downloadcpython-c84ebe73a794ae6a50cd380f4f8a71856c095c6e.zip
cpython-c84ebe73a794ae6a50cd380f4f8a71856c095c6e.tar.gz
cpython-c84ebe73a794ae6a50cd380f4f8a71856c095c6e.tar.bz2
add email address
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/symtable.rst2
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