diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-07 01:29:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-07 01:29:14 (GMT) |
commit | ad643b59ce5404fe5d7191fbbf99e2491d74779a (patch) | |
tree | f7765f54c11ae0ea5c980876d5d08cb4fcbfeafa /Doc/library/symtable.rst | |
parent | 828946e561389105b27cd7e00b4ab0f5e8caa03a (diff) | |
download | cpython-ad643b59ce5404fe5d7191fbbf99e2491d74779a.zip cpython-ad643b59ce5404fe5d7191fbbf99e2491d74779a.tar.gz cpython-ad643b59ce5404fe5d7191fbbf99e2491d74779a.tar.bz2 |
remove word we don't need
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 c04e22e..2503d33 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -189,4 +189,4 @@ Examining Symbol Tables .. method:: get_namespace() Return the namespace bound to this name. If more than one namespace is - bound, a :exc:`ValueError` is raised. + bound, :exc:`ValueError` is raised. |