From: Georg Brandl Date: Mon, 8 Jun 2009 07:48:27 +0000 (+0000) Subject: Remove duplicated sentence. Remove duplicated sentence. X-Git-Tag: v3.1rc2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed2a1db59d791f202b4296ac3b148072422f371a;p=python Remove duplicated sentence. Remove duplicated sentence. --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index e50a8ddd3d..ee21186ac9 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -9,8 +9,7 @@ This module provides regular expression matching operations similar to -those found in Perl. Both patterns and strings to be searched can be -Unicode strings as well as 8-bit strings. +those found in Perl. Both patterns and strings to be searched can be Unicode strings as well as 8-bit strings. However, Unicode strings and 8-bit strings cannot be mixed: