summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-08 07:48:27 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-08 07:48:27 (GMT)
commited2a1db59d791f202b4296ac3b148072422f371a (patch)
treed69836b8bddaad45a4604b10355eaf8c95cb313a
parentc674f7de421f870c508279ddc1c1d222397cfd46 (diff)
downloadcpython-ed2a1db59d791f202b4296ac3b148072422f371a.zip
cpython-ed2a1db59d791f202b4296ac3b148072422f371a.tar.gz
cpython-ed2a1db59d791f202b4296ac3b148072422f371a.tar.bz2
Remove duplicated sentence. Remove duplicated sentence.
-rw-r--r--Doc/library/re.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index e50a8dd..ee21186 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: