diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 3b02f98b157..8f56bb0704c 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)