]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix case
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 24 Apr 2003 16:45:05 +0000 (16:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 24 Apr 2003 16:45:05 +0000 (16:45 +0000)
Misc/NEWS

index 01f2c3408110de903a8d05f305a4bcd4b681cd59..d666762ea0efb69fe97683805cb9a15207fd263f 100644 (file)
--- 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.