Mistakes in documentation

Terry Jan Reedy tjreedy at udel.edu
Thu Jun 6 10:08:10 EDT 2013


On 6/6/2013 8:01 AM, Paul Volkov wrote:
> 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?

At the bottom of the index page, in the Meta information section,
is an entry for the Reporting bugs doc. It says to email docs at python.org
or to use the tracker for a persistent record. This is followed by an
explanation of using the tracker.

Terry







More information about the Python-list mailing list