Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #47227 > unrolled thread

Re: Mistakes in documentation

Started byTerry Jan Reedy <tjreedy@udel.edu>
First post2013-06-06 10:08 -0400
Last post2013-06-06 10:08 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Mistakes in documentation Terry Jan Reedy <tjreedy@udel.edu> - 2013-06-06 10:08 -0400

#47227 — Re: Mistakes in documentation

FromTerry Jan Reedy <tjreedy@udel.edu>
Date2013-06-06 10:08 -0400
SubjectRe: Mistakes in documentation
Message-ID<mailman.2805.1370527685.3114.python-list@python.org>
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@python.org
or to use the tracker for a persistent record. This is followed by an
explanation of using the tracker.

Terry



[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web