summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-04-24 16:45:05 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-04-24 16:45:05 (GMT)
commit4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56 (patch)
tree27945bf8755a9c6506a295008d4e4e85b1ad7e2a /Misc
parent035272be91c8f809ec4934fd236cf343b3ab7620 (diff)
downloadcpython-4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56.zip
cpython-4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56.tar.gz
cpython-4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56.tar.bz2
Fix case
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 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.