mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix a bad docstring indentation in filters.regex
This commit is contained in:
parent
3e3d77fdaf
commit
01ec5d7f1d
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue