[New-bugs-announce] [issue22741] suggestion for improving wording on len(s) (built-in function)

Van Ly report at bugs.python.org
Mon Oct 27 11:49:44 CET 2014


New submission from Van Ly:

-- suggest the following because 
-- the parenthetical parts interrupt the reading too often

len(s)

Returns a length count, the number of objects in argument s which may be a sequence, or mapping: a string, list or tuple, or a dictionary.

----------
assignee: docs at python
components: Documentation
messages: 230068
nosy: docs at python, vy0123
priority: normal
severity: normal
status: open
title: suggestion for improving wording on len(s) (built-in function)
type: enhancement
versions: Python 2.7, Python 3.5

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


More information about the New-bugs-announce mailing list