From: Georg Brandl Date: Mon, 25 May 2009 22:20:44 +0000 (+0000) Subject: Replace nonexisting word. X-Git-Tag: v3.1rc1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98b52ef7de343713a5c60612ad0a7768156836e6;p=thirdparty%2FPython%2Fcpython.git Replace nonexisting word. --- diff --git a/Misc/HISTORY b/Misc/HISTORY index 9cf92515a169..2b768314cb69 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -446,7 +446,7 @@ Core and Builtins only one-dimensional contiguous buffers are supported and exercised right now. Slicing, slice assignment and comparison (equality and inequality) have been added. Also, the tolist() method has been implemented, but only - for byte buffers. Endly, the API has been updated to return bytes objects + for byte buffers. Finally, the API has been updated to return bytes objects wherever it used to return bytearrays. - Issue #3560: clean up the new C PyMemoryView API so that naming is