[New-bugs-announce] [issue3570] str.find docstring typo

Andy Harrington report at bugs.python.org
Sat Aug 16 23:22:24 CEST 2008


New submission from Andy Harrington <aharrin at luc.edu>:

When you enter help("".find)
you get
...
such that sub is contained within s[start,end]
...

s[start, end] makes no sense.  It should be s[start:end].

----------
assignee: georg.brandl
components: Documentation
messages: 71240
nosy: andyharrington, georg.brandl
severity: normal
status: open
title: str.find docstring typo
versions: Python 2.5

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


More information about the New-bugs-announce mailing list