Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47227 > unrolled thread
| Started by | Terry Jan Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-06-06 10:08 -0400 |
| Last post | 2013-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.
Re: Mistakes in documentation Terry Jan Reedy <tjreedy@udel.edu> - 2013-06-06 10:08 -0400
| From | Terry Jan Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-06-06 10:08 -0400 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web