[New-bugs-announce] [issue6503] Python Docs: 6.6.4. Mutable Sequence Types

Michael Kesper report at bugs.python.org
Fri Jul 17 15:14:36 CEST 2009


New submission from Michael Kesper <mkesper at schokokeks.org>:

In http://docs.python.org/library/stdtypes.html#mutable-sequence-types
s.pop([i]) is listed. Correct would be:
s.pop(i)

----------
assignee: georg.brandl
components: Documentation
messages: 90623
nosy: georg.brandl, mkesper
severity: normal
status: open
title: Python Docs: 6.6.4. Mutable Sequence Types
versions: Python 2.6

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


More information about the New-bugs-announce mailing list