Fix a bad docstring indentation in filters.regex

This commit is contained in:
Dan 2020-08-24 09:51:21 +02:00
parent 3e3d77fdaf
commit 01ec5d7f1d

View File

@ -781,8 +781,8 @@ def regex(pattern: Union[str, Pattern], flags: int = 0):
stored in the ``matches`` field of the update object itself.
Parameters:
pattern (``str`` | ``Pattern``):
The regex pattern as string or as pre-compiled pattern.
pattern (``str`` | ``Pattern``):
The regex pattern as string or as pre-compiled pattern.
flags (``int``, *optional*):
Regex flags.