diff options
Diffstat (limited to 'Doc/library/stdtypes.rst')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 61b589f..06eb1cf 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -931,7 +931,7 @@ functions based on regular expressions. Return a copy of the *s* where all characters have been mapped through the *map* which must be a dictionary of characters (strings of length 1) or Unicode ordinals (integers) to Unicode ordinals, strings or ``None``. - Unmapped characters are left untouched. Characters mapped to ``None`` are + Unmapped characters are left untouched. Characters mapped to ``None`` are deleted. .. note:: |