<div dir="ltr">Where can I submit little mistakes in Python documantation?<br><div>I found one while browsing tutorial.pdf (Python 3.3.2):</div><div><br></div><div>Section 3.1 says (on page 12):</div><div><div><div>>>> word[2:5] # characters from position 2 (included) to 4 (excluded)</div>
<div>’tho’</div></div></div><div><br></div><div>Shouldn't the comment say "5 (excluded)" or "4 (included)" instead?</div></div>