summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 01f2c34..d666762 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,7 +137,7 @@ Library
- Added new module "platform" which provides a wide range of tools
for querying platform dependent features.
-- netrc now allows Ascii punctuation characters in passwords.
+- netrc now allows ASCII punctuation characters in passwords.
- shelve now supports the optional writeback argument, and exposes
pickle protocol versions.