This commit is contained in:
Raymond Hettinger 2015-11-02 00:04:46 -05:00
commit 0bdf9ea136
93 changed files with 146 additions and 146 deletions

View file

@ -742,7 +742,7 @@ volume rotations should take care not to penalize the common case.
Conceptually, a rotate by one is equivalent to a pop on one side and an
append on the other. However, a pop/append pair is unnecessarily slow
because it requires a incref/decref pair for an object located randomly
because it requires an incref/decref pair for an object located randomly
in memory. It is better to just move the object pointer from one block
to the next without changing the reference count.