diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-06 21:29:14 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-06 21:29:14 -0400 |
commit | ad643b59ce5404fe5d7191fbbf99e2491d74779a (patch) | |
tree | f7765f54c11ae0ea5c980876d5d08cb4fcbfeafa | |
parent | 828946e561389105b27cd7e00b4ab0f5e8caa03a (diff) | |
download | cpython-git-ad643b59ce5404fe5d7191fbbf99e2491d74779a.tar.gz |
remove word we don't need
-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 c04e22e5d2..2503d335e8 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. |