Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47219
| Date | 2013-06-06 16:01 +0400 |
|---|---|
| Subject | Mistakes in documentation |
| From | Paul Volkov <negaipub@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2800.1370520081.3114.python-list@python.org> (permalink) |
[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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Mistakes in documentation Paul Volkov <negaipub@gmail.com> - 2013-06-06 16:01 +0400
csiph-web