mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Small docstring fixes
This commit is contained in:
parent
3307b410b4
commit
edfdf9d143
1 changed files with 2 additions and 2 deletions
|
|
@ -245,7 +245,7 @@ class Filters:
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
users (``int`` | ``str`` | ``list``):
|
users (``int`` | ``str`` | ``list``):
|
||||||
Pass one or more user ids/usernames to filter the users.
|
Pass one or more user ids/usernames to filter users.
|
||||||
Defaults to None (no users).
|
Defaults to None (no users).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
@ -274,7 +274,7 @@ class Filters:
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
chats (``int`` | ``str`` | ``list``):
|
chats (``int`` | ``str`` | ``list``):
|
||||||
Pass one or more chat ids/usernames to filter the chats.
|
Pass one or more chat ids/usernames to filter chats.
|
||||||
Defaults to None (no chats).
|
Defaults to None (no chats).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue