Remove bad merge (from svnmerge r82301)

This commit is contained in:
Florent Xicluna 2010-08-14 18:03:19 +00:00
parent 03c9e1dbc2
commit ac521078d7
1 changed files with 0 additions and 4 deletions

View 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