[issue13695] "type specific" to "type-specific"

Boštjan Mejak report at bugs.python.org
Mon Jan 16 09:51:44 CET 2012


Boštjan Mejak <bostjan.mejak at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13695>
_______________________________________


More information about the Python-bugs-list mailing list