diff options
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 3b02f98..8f56bb0 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1148,8 +1148,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) |