]> granicus.if.org Git - python/commitdiff
Remove duplicated sentence. Remove duplicated sentence.
authorGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 07:48:27 +0000 (07:48 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 07:48:27 +0000 (07:48 +0000)
Doc/library/re.rst

index e50a8ddd3d238fca5216ac373e9b7cebf829539e..ee21186ac94401fdbf1d67e73d8c1e0ca6e4c1ad 100644 (file)
@@ -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: