diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-10-31 18:16:09 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-10-31 18:16:09 (GMT) |
commit | 37d2c99b2207a53a9cba3ac58dc82dab2356f5cb (patch) | |
tree | 0d8e8bd34bb4ec775216c32bf52f2f593aa2a4b9 /Misc | |
parent | 275c848736f1c15efc15b84ced315218ac639899 (diff) | |
download | cpython-37d2c99b2207a53a9cba3ac58dc82dab2356f5cb.zip cpython-37d2c99b2207a53a9cba3ac58dc82dab2356f5cb.tar.gz cpython-37d2c99b2207a53a9cba3ac58dc82dab2356f5cb.tar.bz2 |
fix spelling
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Core and Builtins ----------------- - 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. |