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@python
components: Documentation
messages: 172013
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16138>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to