commit | c40ddae84cd7762dcb5f5f2445d8ea65add89974 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Oct 31 14:16:09 2012 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Oct 31 14:16:09 2012 -0400 |
tree | e2e52935eecc03b69b9111fe2f3b044bed70dce5 | |
parent | 0ec820fc5fbefe2fd49915fb640166644a4cdb8e [diff] [blame] |
fix spelling
diff --git a/Misc/NEWS b/Misc/NEWS index fc8c838..43f1a8f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,7 +13,7 @@ in string formatting operations. - Issue #16345: Fix an infinite loop when ``fromkeys`` on a dict subclass - recieved a nonempty dict from the constructor. + received a nonempty dict from the constructor. - Issue #6074: Ensure cached bytecode files can always be updated by the user that created them, even when the source file is read-only.