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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --047d7b5d300c0d17af04de7b1238 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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) =92tho=92 Shouldn't the comment say "5 (excluded)" or "4 (included)" instead? --047d7b5d300c0d17af04de7b1238 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable
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)
=92tho=92

Shouldn't the comme= nt say "5 (excluded)" or "4 (included)" instead?
<= /div> --047d7b5d300c0d17af04de7b1238--