]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove bad merge (from svnmerge r82301)
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 14 Aug 2010 18:03:19 +0000 (18:03 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 14 Aug 2010 18:03:19 +0000 (18:03 +0000)
Doc/library/stdtypes.rst

index 76921cd4607e6e97b7d9101ced8a31adb7948533..1b2f5913192f157e9a015d47624ac574b6849eae 100644 (file)
@@ -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