]> granicus.if.org Git - python/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Wed, 25 Mar 2015 04:12:57 +0000 (21:12 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 25 Mar 2015 04:12:57 +0000 (21:12 -0700)
Modules/_collectionsmodule.c

index bae1ce235e6df32d9fa866996cd13ea1e46da454..dbb2f8a07f6f668793c86a6d7e05ed1f24111680 100644 (file)
@@ -841,7 +841,7 @@ PyDoc_STRVAR(index_doc,
    points.  If for some reason these methods become popular, it is not
    hard to re-implement this using direct data movement (similar to
    the code used in list slice assignments) and achieve a performance
-   boost (by moving each pointer only one instead of twice).
+   boost (by moving each pointer only once instead of twice).
 */
 
 static PyObject *