Fix a typo.

This commit is contained in:
Eric V. Smith 2012-12-23 11:15:19 -05:00
parent 823359610f
commit 1a791322b3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #9856: Replace deprecation warinigs with raising TypeError - Issue #9856: Replace deprecation warning with raising TypeError
in object.__format__. Patch by Florent Xicluna. in object.__format__. Patch by Florent Xicluna.
- Issue #16597: In buffered and text IO, call close() on the underlying stream - Issue #16597: In buffered and text IO, call close() on the underlying stream