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

Eric V. Smith report at bugs.python.org
Fri May 29 13:56:33 CEST 2015


Eric V. Smith added the comment:

It's trying to say that "i" is optional, as stated in the footnote. I agree it would be better written as "s.pop(i)", since square brackets are otherwise used in that section as indexing operators. But the footnote should stay, explaining what happens if you omit the parameter.

----------
nosy: +eric.smith

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


More information about the docs mailing list