From: Brett Cannon Date: Fri, 11 Jul 2008 00:50:01 +0000 (+0000) Subject: Fix a minor typo in the last entry made. X-Git-Tag: v2.6b2~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=feef51d988819bde89e728f43528b0d84bd289bd;p=thirdparty%2FPython%2Fcpython.git Fix a minor typo in the last entry made. --- diff --git a/Misc/NEWS b/Misc/NEWS index 27c8e22de098..f026a09bbfb9 100644 --- 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.