[Python-checkins] r72929 - python/branches/py3k/Misc/HISTORY

georg.brandl python-checkins at python.org
Tue May 26 00:20:44 CEST 2009


Author: georg.brandl
Date: Tue May 26 00:20:44 2009
New Revision: 72929

Log:
Replace nonexisting word.

Modified:
   python/branches/py3k/Misc/HISTORY

Modified: python/branches/py3k/Misc/HISTORY
==============================================================================
--- python/branches/py3k/Misc/HISTORY	(original)
+++ python/branches/py3k/Misc/HISTORY	Tue May 26 00:20:44 2009
@@ -446,7 +446,7 @@
   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


More information about the Python-checkins mailing list