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


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

Mistakes in documentation

Started byPaul Volkov <negaipub@gmail.com>
First post2013-06-06 16:01 +0400
Last post2013-06-06 16:01 +0400
Articles 1 — 1 participant

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


Contents

  Mistakes in documentation Paul Volkov <negaipub@gmail.com> - 2013-06-06 16:01 +0400

#47219 — Mistakes in documentation

FromPaul Volkov <negaipub@gmail.com>
Date2013-06-06 16:01 +0400
SubjectMistakes in documentation
Message-ID<mailman.2800.1370520081.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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?

[toc] | [standalone]


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


csiph-web