summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-19 16:18:27 +0000
committerBenjamin Peterson <benjamin@python.org>2009-01-19 16:18:27 +0000
commitc84ebe73a794ae6a50cd380f4f8a71856c095c6e (patch)
treee84ee0f069411383f1a8575ce13dd46bc8ffb728
parentb6c7beb722deedc5125c81747af5c1f1204e2619 (diff)
downloadcpython-git-c84ebe73a794ae6a50cd380f4f8a71856c095c6e.tar.gz
add email address
-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 ee2482377d..28306e6736 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