]> granicus.if.org Git - python/commitdiff
#11337: remove unreferenced footnote.
authorGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 09:51:18 +0000 (10:51 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 09:51:18 +0000 (10:51 +0100)
Doc/reference/simple_stmts.rst

index 722ee7725e5a56dd6b2f4fe0525d0a6cca1b93d6..548e0a9ef793c68c1e04fb43f58444d2b2a6f977 100644 (file)
@@ -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.