mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Remove duplicated sentence. Remove duplicated sentence.
This commit is contained in:
parent
c674f7de42
commit
ed2a1db59d
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
||||||
|
|
||||||
|
|
||||||
This module provides regular expression matching operations similar to
|
This module provides regular expression matching operations similar to
|
||||||
those found in Perl. Both patterns and strings to be searched can be
|
those found in Perl.
|
||||||
Unicode strings as well as 8-bit strings.
|
|
||||||
|
|
||||||
Both patterns and strings to be searched can be Unicode strings as well as
|
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:
|
8-bit strings. However, Unicode strings and 8-bit strings cannot be mixed:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue