diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 20:48:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 20:48:03 (GMT) |
commit | 33369cf9a534289769c9e8a3a093a0fa380dd435 (patch) | |
tree | c9afaa2bd03382107fdbea5143f6c938fe5f153f /Doc/reference | |
parent | 26af3b223f11a59ca7802596e985b34ba2933e9c (diff) | |
download | cpython-33369cf9a534289769c9e8a3a093a0fa380dd435.zip cpython-33369cf9a534289769c9e8a3a093a0fa380dd435.tar.gz cpython-33369cf9a534289769c9e8a3a093a0fa380dd435.tar.bz2 |
Fix a bunch of "versionchanged" related markup errors.
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/simple_stmts.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 34ed92f..73183d5 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -393,7 +393,6 @@ assignment of an empty slice of the right type (but even this is determined by the sliced object). .. versionchanged:: 3.2 - Previously it was illegal to delete a name from the local namespace if it occurs as a free variable in a nested block. |