commit | 37d2c99b2207a53a9cba3ac58dc82dab2356f5cb | [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 | 0d8e8bd34bb4ec775216c32bf52f2f593aa2a4b9 | |
parent | 275c848736f1c15efc15b84ced315218ac639899 [diff] |
fix spelling
diff --git a/Misc/NEWS b/Misc/NEWS index 44f5864..9a18c13 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -11,7 +11,7 @@ ----------------- - 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 #16197: Update winreg docstrings and documentation to match code. Patch by Zachary Ware.