Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed2a1db

Browse files
committed
Remove duplicated sentence. Remove duplicated sentence.
1 parent c674f7d commit ed2a1db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/re.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010

1111
This module provides regular expression matching operations similar to
12-
those found in Perl. Both patterns and strings to be searched can be
13-
Unicode strings as well as 8-bit strings.
12+
those found in Perl.
1413

1514
Both patterns and strings to be searched can be Unicode strings as well as
1615
8-bit strings. However, Unicode strings and 8-bit strings cannot be mixed:

0 commit comments

Comments
 (0)