diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/stdtypes.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 76921cd..1b2f591 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1331,10 +1331,6 @@ functions based on regular expressions. You can use :meth:`str.maketrans` to create a translation map from character-to-character mappings in different formats. - You can use the :func:`~string.maketrans` helper function in the :mod:`string` - module to create a translation table. For string objects, set the *table* - argument to ``None`` for translations that only delete characters: - .. note:: An even more flexible approach is to create a custom character mapping |