diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-16 18:19:22 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-16 18:19:22 (GMT) |
commit | 454e11d874055f200bee84002447e50d5d467bf2 (patch) | |
tree | 0b8e3d74c3eede829cfec0f64d0203181e417ed2 | |
parent | 296d9a6f85f4315ce492650dbca8de34c700c277 (diff) | |
download | cpython-454e11d874055f200bee84002447e50d5d467bf2.zip cpython-454e11d874055f200bee84002447e50d5d467bf2.tar.gz cpython-454e11d874055f200bee84002447e50d5d467bf2.tar.bz2 |
Fix typo in NEWS
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Core and Builtins Library ------- -- Issue #11548: shutil.unpack_archive now correctly handles the format +- Issue #11560: shutil.unpack_archive now correctly handles the format parameter. Patch by Evan Dandrea. - Issue #11133: fix two cases where inspect.getattr_static can trigger code |