This commit is contained in:
Raymond Hettinger 2015-03-24 21:12:57 -07:00
parent 8dbbae2e52
commit fef9c1b368
1 changed files with 1 additions and 1 deletions

View 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 *