mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Fix typo in the docstring (#878)
Changed `Filters.status_update.new_chat_member` to `Filters.status_update.new_chat_members` Thanks to @ajbvn for pointing it out. [ci skip]
This commit is contained in:
parent
f55018abd9
commit
bb5357a815
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class Filters(object):
|
|||
"""Subset for messages containing a status update.
|
||||
|
||||
Examples:
|
||||
Use these filters like: ``Filters.status_update.new_chat_member`` etc. Or use just
|
||||
Use these filters like: ``Filters.status_update.new_chat_members`` etc. Or use just
|
||||
``Filters.status_update`` for all status update messages.
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue