From 98b52ef7de343713a5c60612ad0a7768156836e6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 25 May 2009 22:20:44 +0000 Subject: [PATCH] Replace nonexisting word. --- Misc/HISTORY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/HISTORY b/Misc/HISTORY index 9cf92515a1..2b768314cb 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 -- 2.50.1