mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +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:
|
||||
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).
|
||||
"""
|
||||
|
||||
|
|
@ -274,7 +274,7 @@ class Filters:
|
|||
|
||||
Args:
|
||||
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).
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue