Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47219 > unrolled thread
| Started by | Paul Volkov <negaipub@gmail.com> |
|---|---|
| First post | 2013-06-06 16:01 +0400 |
| Last post | 2013-06-06 16:01 +0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Mistakes in documentation Paul Volkov <negaipub@gmail.com> - 2013-06-06 16:01 +0400
| From | Paul Volkov <negaipub@gmail.com> |
|---|---|
| Date | 2013-06-06 16:01 +0400 |
| Subject | Mistakes 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?
Back to top | Article view | comp.lang.python
csiph-web