]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a minor typo in the last entry made.
authorBrett Cannon <bcannon@gmail.com>
Fri, 11 Jul 2008 00:50:01 +0000 (00:50 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 11 Jul 2008 00:50:01 +0000 (00:50 +0000)
Misc/NEWS

index 27c8e22de09858ec1b706c45d401ba9a9ed2cfbd..f026a09bbfb969d8a8b394da444e68212254dad9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,7 +90,7 @@ Build
 Documentation
 -------------
 
-- Document that robotparse has been renamed to urllib.robotparser in
+- Document that robotparser has been renamed to urllib.robotparser in
   Python 3.0.
 
 - Document that urlparse has been renamed to urllib.parse in Python 3.0.