Fix typo.
diff --git a/Misc/NEWS b/Misc/NEWS
index b7a1ade..6cd3dcb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -416,7 +416,7 @@
   interpreter shutdown with another exception from attempting to handle the
   original exception.
 
-- Added Decimal.py per PEP 327.
+- Added decimal.py per PEP 327.
 
 - Bug #981299: rsync is now a recognized protocol in urlparse that uses a
   "netloc" portion of a URL.