Boštjan Mejak <bostjan.me...@gmail.com> added the comment:

Found one little bug again in 
http://docs.python.org/library/stdtypes.html#sequence-types-str-unicode-list-tuple-bytearray-buffer-xrange

Look at the table with the fields Operation, Result, Notes, and fix the fifth 
record of the Result field from "i'th item of s, origin 0" to "i-th item of s, 
origin 0".

So change only that apostrophe into a hyphen, so "i'th" to "i-th".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13695>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to