[Python-checkins] cpython (3.4): Fix typo in Nisc/NEWS.

berker.peksag python-checkins at python.org
Tue May 19 00:22:27 CEST 2015


https://hg.python.org/cpython/rev/e6e1847aa6da
changeset:   96143:e6e1847aa6da
branch:      3.4
parent:      96140:3d5bf6174c4b
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue May 19 01:21:28 2015 +0300
summary:
  Fix typo in Nisc/NEWS.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,7 @@
   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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list