summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-10-31 18:16:09 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-10-31 18:16:09 (GMT)
commitc40ddae84cd7762dcb5f5f2445d8ea65add89974 (patch)
treee2e52935eecc03b69b9111fe2f3b044bed70dce5 /Misc
parent0ec820fc5fbefe2fd49915fb640166644a4cdb8e (diff)
downloadcpython-c40ddae84cd7762dcb5f5f2445d8ea65add89974.zip
cpython-c40ddae84cd7762dcb5f5f2445d8ea65add89974.tar.gz
cpython-c40ddae84cd7762dcb5f5f2445d8ea65add89974.tar.bz2
fix spelling
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc8c838..43f1a8f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
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.