[docs] [issue24323] Typo in Mutable Sequence Types documentation.

Eric V. Smith report at bugs.python.org
Fri May 29 16:42:23 CEST 2015


Eric V. Smith added the comment:

s.pop(i=-1) doesn't actually work, but I guess it gets the point across.

For 2.7 it's even more confusing, since it includes:
s.index(x[, i[, j]])
and
s.sort([cmp[, key[, reverse]]])

I'd suggest not changing the 2.7 docs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24323>
_______________________________________


More information about the docs mailing list