commit | ad643b59ce5404fe5d7191fbbf99e2491d74779a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed May 06 21:29:14 2015 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Wed May 06 21:29:14 2015 -0400 |
tree | f7765f54c11ae0ea5c980876d5d08cb4fcbfeafa | |
parent | 828946e561389105b27cd7e00b4ab0f5e8caa03a [diff] |
remove word we don't need
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 @@ .. 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.