From ad643b59ce5404fe5d7191fbbf99e2491d74779a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 6 May 2015 21:29:14 -0400 Subject: [PATCH] remove word we don't need --- Doc/library/symtable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0