Skip to content

Commit 2fd6236

Browse files
committed
Update typing to search
1 parent 8d0571f commit 2fd6236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3797,7 +3797,7 @@ Aliases to other concrete types
37973797
Match
37983798

37993799
Deprecated aliases corresponding to the return types from
3800-
:func:`re.compile` and :func:`re.match`.
3800+
:func:`re.compile` and :func:`re.search`.
38013801

38023802
These types (and the corresponding functions) are generic over
38033803
:data:`AnyStr`. ``Pattern`` can be specialised as ``Pattern[str]`` or

0 commit comments

Comments
 (0)