remove 8-bit string sentence

This commit is contained in:
Benjamin Peterson 2009-10-04 15:07:16 +00:00
parent 4ac9ce4f9a
commit a539fd1856

View file

@ -1149,8 +1149,6 @@ functions based on regular expressions.
>>> titlecase("they're bill's friends.")
"They're Bill's Friends."
For 8-bit strings, this method is locale-dependent.
.. method:: str.translate(map)