[New-bugs-announce] [issue16138] In the glossary there is a small typo about __len__() in the sequence definition

py.user report at bugs.python.org
Fri Oct 5 00:46:19 CEST 2012


New submission from py.user:

http://docs.python.org/py3k/glossary.html#term-sequence

"and defines a len() method that returns the length of the sequence" 

change to

"and defines a __len__() special method that returns the length of the sequence"

----------
assignee: docs at python
components: Documentation
messages: 172013
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In the glossary there is a small typo about __len__() in the sequence definition
versions: Python 3.3

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


More information about the New-bugs-announce mailing list