[issue29254] Documentation Error

Suraj Kumar report at bugs.python.org
Thu Jan 12 11:42:13 EST 2017


New submission from Suraj Kumar:

Hi,

I have found one documentation mistake in section 3.1.2. Strings saying
"""Note how the start is always included, and the end always excluded. This makes sure that s[:i] + s[i:] is always equal to s:
>>>word = 'Python'
>>> word[:2] + word[2:]
'Python'
"""

I think instead of 'the end always excluded' it should be 'the end always included'.

If my observation is correct, please do the needful change.

Thanks & Regards,
Suraj

----------
assignee: docs at python
components: Documentation
messages: 285331
nosy: Suraj Kumar, docs at python
priority: normal
severity: normal
status: open
title: Documentation Error
type: behavior
versions: Python 3.6

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


More information about the Python-bugs-list mailing list