diff options
author | Georg Brandl <georg@python.org> | 2011-03-06 09:51:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-06 09:51:18 (GMT) |
commit | e32acd0d79b1a82f8364a51cbe4c37ccb5485021 (patch) | |
tree | b2da36c57bdfa76fa7d0e9664aba5fed6fa850e2 /Doc/reference/simple_stmts.rst | |
parent | 310337f82883f6b9e474757d303238af171ba1b4 (diff) | |
download | cpython-e32acd0d79b1a82f8364a51cbe4c37ccb5485021.zip cpython-e32acd0d79b1a82f8364a51cbe4c37ccb5485021.tar.gz cpython-e32acd0d79b1a82f8364a51cbe4c37ccb5485021.tar.bz2 |
#11337: remove unreferenced footnote.
Diffstat (limited to 'Doc/reference/simple_stmts.rst')
-rw-r--r-- | Doc/reference/simple_stmts.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 722ee77..548e0a9 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. |