]> granicus.if.org Git - python/commitdiff
remove 8-bit string sentence
authorBenjamin Peterson <benjamin@python.org>
Sun, 4 Oct 2009 15:07:16 +0000 (15:07 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 4 Oct 2009 15:07:16 +0000 (15:07 +0000)
Doc/library/stdtypes.rst

index dea26c6d9f7a34f90a2153273ec9d2337921108f..8cc52c21283a9bb66b5b1e5355f7e231d52a6296 100644 (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)