[New-bugs-announce] [issue24323] Typo in Mutable Sequence Types documentation.

eimista report at bugs.python.org
Fri May 29 12:44:17 CEST 2015


New submission from eimista:

In section (https://docs.python.org/3.5/library/stdtypes.html#mutable-sequence-types) written "s.pop([i])". But this syntax doesn't work.
Maybe the correct notation will be "s.pop(i)"?

----------
assignee: docs at python
components: Documentation
messages: 244365
nosy: docs at python, eimista
priority: normal
severity: normal
status: open
title: Typo in Mutable Sequence Types documentation.
type: resource usage
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list