From: Benjamin Peterson Date: Thu, 7 May 2015 01:29:14 +0000 (-0400) Subject: remove word we don't need X-Git-Tag: v3.5.0b1~231^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad643b59ce5404fe5d7191fbbf99e2491d74779a;p=python remove word we don't need --- 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.