summaryrefslogtreecommitdiffstats
path: root/Doc/library/symtable.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-07 01:31:07 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-07 01:31:07 (GMT)
commitec9b7728fe2f9314b2795573c1ffc12fe616900e (patch)
treeb83b9519608a587137005b68c6af7ac5bfba6074 /Doc/library/symtable.rst
parentfe373a542559cf6f3a8e78322efeaa0a5bc94beb (diff)
parentad643b59ce5404fe5d7191fbbf99e2491d74779a (diff)
downloadcpython-ec9b7728fe2f9314b2795573c1ffc12fe616900e.zip
cpython-ec9b7728fe2f9314b2795573c1ffc12fe616900e.tar.gz
cpython-ec9b7728fe2f9314b2795573c1ffc12fe616900e.tar.bz2
merge 3.4
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 a05b9e4..ba2caff 100644
--- a/Doc/library/symtable.rst
+++ b/Doc/library/symtable.rst
@@ -185,4 +185,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.