We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0571f commit 2fd6236Copy full SHA for 2fd6236
Doc/library/typing.rst
@@ -3797,7 +3797,7 @@ Aliases to other concrete types
3797
Match
3798
3799
Deprecated aliases corresponding to the return types from
3800
- :func:`re.compile` and :func:`re.match`.
+ :func:`re.compile` and :func:`re.search`.
3801
3802
These types (and the corresponding functions) are generic over
3803
:data:`AnyStr`. ``Pattern`` can be specialised as ``Pattern[str]`` or
0 commit comments