diff options
| author | Raymond Hettinger <python@rcn.com> | 2015-03-24 21:12:57 -0700 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2015-03-24 21:12:57 -0700 |
| commit | fef9c1b368ce0a59772378798d203efc5f836413 (patch) | |
| tree | 6f53030f7aaffec31b8db22ace848fb414246ac0 /Modules/_collectionsmodule.c | |
| parent | 8dbbae2e52a0ff43d8a124cb195e9738238bbd55 (diff) | |
| download | cpython-git-fef9c1b368ce0a59772378798d203efc5f836413.tar.gz | |
Fix typo
Diffstat (limited to 'Modules/_collectionsmodule.c')
| -rw-r--r-- | Modules/_collectionsmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index bae1ce235e..dbb2f8a07f 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 * |
