]> granicus.if.org Git - python/commitdiff
Fix typo in NEWS file.
authorBarry Warsaw <barry@python.org>
Mon, 30 Sep 2013 20:45:40 +0000 (16:45 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 30 Sep 2013 20:45:40 +0000 (16:45 -0400)
Misc/NEWS

index b9d7746e99919452e51e290ad85b338b9c801f13..7a14b10da6a71deb4b1d8c50dae9a6cab8afc089 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,7 +17,7 @@ Library
   limiting the call to readline().  Original patch by Christian Heimes.
 
 - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
-  prevent readline() calls from consuming too much member.  Patch by Jyrki
+  prevent readline() calls from consuming too much memory.  Patch by Jyrki
   Pulliainen.
 
 - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to