Delete erroneous blank line

This commit is contained in:
Guido van Rossum 2016-08-30 19:43:51 -07:00
parent d3aab05c1b
commit baab53f902
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ Rejected proposals and things left out for now
a ``__future__`` import.
- **Allow type annotations for tuple unpacking:**
This causes an ambiguity: It's not clear what meaning should be
assigned to this statement::