Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47219
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <negaipub@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.168 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.72; '*S*': 0.06; '(python': 0.07; 'python': 0.11; '>>>': 0.22; "shouldn't": 0.24; 'characters': 0.30; 'message-id:@mail.gmail.com': 0.30; '(on': 0.31; 'says': 0.33; 'comment': 0.34; 'received:google.com': 0.35; 'subject:skip:d 10': 0.36; 'to:addr:python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'charset:windows-1252': 0.65; 'browsing': 0.91; 'mistakes': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ra+gQ26DsiFqGHgs63PIfe5YZ56efLgbxQtqTFRLMoo=; b=NSkhWBCNyShf9ivCXvePhFyeyA4lvYmXBqB3ILAslNfKSyXDHvNBAH0Wd/sxIT5ltJ V+0l68GNRn+RIyWB21dolsSzLbSgbZXG3lMgo5+jgWmbtYoSJPAAY+5gMaELDNQf7jo2 hfPHhna5bJB/CU2HHccO+PjxbSxc6GtTFw8NFLTtzVufXsKviKzyIBrLT0HFcUMRFAYQ atMtKqUCj8Q8s3v9oj5NUOyBKHjgTahK6sFvht3/AoGsg33IRzfsszjw/e/FwtUgB3k5 pNRY2CO/y7ZtwnAgPJlb5+hUZZ8mtHivY9gwON1mBQ+5tbg8ZZv0C2nmT5SwG5knlbBz B4Hw== |
| MIME-Version | 1.0 |
| X-Received | by 10.60.124.100 with SMTP id mh4mr18605094oeb.122.1370520072032; Thu, 06 Jun 2013 05:01:12 -0700 (PDT) |
| Date | Thu, 6 Jun 2013 16:01:11 +0400 |
| Subject | Mistakes in documentation |
| From | Paul Volkov <negaipub@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=047d7b5d300c0d17af04de7b1238 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2800.1370520081.3114.python-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1370520081 news.xs4all.nl 15957 [2001:888:2000:d::a6]:41498 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:47219 |
Show key headers only | View raw
[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