]> granicus.if.org Git - python/commitdiff
Fix omission in a comment.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 15 Jul 2009 18:31:06 +0000 (18:31 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 15 Jul 2009 18:31:06 +0000 (18:31 +0000)
Modules/arraymodule.c

index 72b2043f0837c8792fa6feb9423534bd2e51c43c..236c9529f0cdeccc5efd7dde7aeaa47450a65364 100644 (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