Mistakes in documentation

Paul Volkov negaipub at gmail.com
Thu Jun 6 08:01:11 EDT 2013


Where can I submit little mistakes in Python documantation?
I found one while browsing tutorial.pdf (Python 3.3.2):

Section 3.1 says (on page 12):
>>> word[2:5] # characters from position 2 (included) to 4 (excluded)
’tho’

Shouldn't the comment say "5 (excluded)" or "4 (included)" instead?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130606/7450fd51/attachment.html>


More information about the Python-list mailing list