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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed2a1db59d791f202b4296ac3b148072422f371a;p=thirdparty%2FPython%2Fcpython.git Remove duplicated sentence. Remove duplicated sentence. --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index e50a8ddd3d23..ee21186ac944 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: