diff options
author | Georg Brandl <georg@python.org> | 2009-05-25 22:20:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-25 22:20:44 (GMT) |
commit | 98b52ef7de343713a5c60612ad0a7768156836e6 (patch) | |
tree | 8475cc4aec5ff79b688ed716ba659788dd928ba7 /Misc | |
parent | 1a04058a642ce9b88925b2b5a2dc1e2f969b3562 (diff) | |
download | cpython-98b52ef7de343713a5c60612ad0a7768156836e6.zip cpython-98b52ef7de343713a5c60612ad0a7768156836e6.tar.gz cpython-98b52ef7de343713a5c60612ad0a7768156836e6.tar.bz2 |
Replace nonexisting word.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 9cf9251..2b76831 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 |