add newline

This commit is contained in:
Benjamin Peterson 2010-09-10 21:59:21 +00:00
parent 5b519e0201
commit d032532bb9
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ 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.