Commit 51c1a65f authored by Stefan Behnel's avatar Stefan Behnel

minor doc cleanup: no need to mention Py2.3 any more

parent 60e3f979
......@@ -153,8 +153,8 @@ underlying array to exactly the requested amount.
int resize_smart(array self, Py_ssize_t n) except -1
Efficient for small increments (not available in Python 2.3 and lower); uses
growth pattern that delivers amortized linear-time appends.
Efficient for small increments; uses growth pattern that delivers
amortized linear-time appends.
::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment