From: Raymond Hettinger Date: Wed, 25 Mar 2015 04:12:57 +0000 (-0700) Subject: Fix typo X-Git-Tag: v3.5.0a3~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fef9c1b368ce0a59772378798d203efc5f836413;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index bae1ce235e6d..dbb2f8a07f6f 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c @@ -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 *