]> granicus.if.org Git - python/commitdiff
Fix typo in Nisc/NEWS.
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 18 May 2015 22:21:28 +0000 (01:21 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 18 May 2015 22:21:28 +0000 (01:21 +0300)
Misc/NEWS

index d0e7aeb1178478e892ad13820e7f5023067434c8..71fa00545c239249553151121eaa467a3b06d7cf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,7 @@ Library
   argument instead of a ValueError with a bogus FCI error number.
   Patch by Jeffrey Armstrong.
 
-- Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
+- Issue #23796: peek and read1 methods of BufferedReader now raise ValueError
   if they called on a closed object. Patch by John Hergenroeder.
 
 - Issue #24094: Fix possible crash in json.encode with poorly behaved dict