summaryrefslogtreecommitdiffstats
path: root/Doc/library/symtable.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-07 01:29:14 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-07 01:29:14 (GMT)
commitad643b59ce5404fe5d7191fbbf99e2491d74779a (patch)
treef7765f54c11ae0ea5c980876d5d08cb4fcbfeafa /Doc/library/symtable.rst
parent828946e561389105b27cd7e00b4ab0f5e8caa03a (diff)
downloadcpython-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.rst2
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.