Fix omission in a comment.

This commit is contained in:
Alexandre Vassalotti 2009-07-15 18:31:06 +00:00
parent ad077154d0
commit 5f8ed3702d
1 changed files with 1 additions and 1 deletions

View File

@ -1905,7 +1905,7 @@ array_reduce_ex(arrayobject *array, PyObject *value)
* (e.g., non-IEEE floats), or we are pickling the array using
* a Python 2.x compatible protocol.
*
* It is necessary to a list representation for Python 2.x
* It is necessary to use a list representation for Python 2.x
* compatible pickle protocol, since Python 2's str objects
* are unpickled as unicode by Python 3. Thus it is impossible
* to make arrays unpicklable by Python 3 by using their memory