commit | 4e42b31d2e4f1f4fb49a1aef171c5e9c0c80dd56 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Apr 24 16:45:05 2003 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Apr 24 16:45:05 2003 +0000 |
tree | 27945bf8755a9c6506a295008d4e4e85b1ad7e2a | |
parent | 035272be91c8f809ec4934fd236cf343b3ab7620 [diff] |
Fix case
diff --git a/Misc/NEWS b/Misc/NEWS index 01f2c34..d666762 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -137,7 +137,7 @@ - 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.