summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 10:51:18 +0100
committerGeorg Brandl <georg@python.org>2011-03-06 10:51:18 +0100
commite32acd0d79b1a82f8364a51cbe4c37ccb5485021 (patch)
treeb2da36c57bdfa76fa7d0e9664aba5fed6fa850e2
parent310337f82883f6b9e474757d303238af171ba1b4 (diff)
downloadcpython-git-e32acd0d79b1a82f8364a51cbe4c37ccb5485021.tar.gz
#11337: remove unreferenced footnote.
-rw-r--r--Doc/reference/simple_stmts.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index 722ee7725e..548e0a9ef7 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.