summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: