From e32acd0d79b1a82f8364a51cbe4c37ccb5485021 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Mar 2011 10:51:18 +0100 Subject: [PATCH] #11337: remove unreferenced footnote. --- Doc/reference/simple_stmts.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 722ee7725e5..548e0a9ef79 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -986,10 +986,3 @@ pre-existing bindings in the local scope. :pep:`3104` - Access to Names in Outer Scopes The specification for the :keyword:`nonlocal` statement. - - -.. rubric:: Footnotes - -.. [#] It may occur within an :keyword:`except` or :keyword:`else` clause. The - restriction on occurring in the :keyword:`try` clause is implementor's - laziness and will eventually be lifted.