]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Sat, 14 Aug 2010 15:46:59 +0000 (15:46 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 14 Aug 2010 15:46:59 +0000 (15:46 +0000)
Misc/NEWS

index 8b9ef66c4327c4656deda23d3259edf184e031cd..8c2050f8054f9727a8a61e4389b2f93f0cc3afda 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,7 +109,7 @@ Library
 - Issue #8047: Fix the xml.etree serializer to return bytes by default.  Use
   ``encoding="unicode"`` to generate a Unicode string.
 
-- Fix Issue8280 - urllib2's Request method will remove fragements in the url.
+- Fix Issue8280 - urllib2's Request method will remove fragments in the url.
   This is how it is supposed to work, wget and curl do the same.  Previous
   behavior was wrong.