summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index dea26c6..8cc52c2 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -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)