Skip to content

Commit bb5357a

Browse files
Simon Schürrletsnoam
authored andcommitted
Fix typo in the docstring (python-telegram-bot#878)
Changed `Filters.status_update.new_chat_member` to `Filters.status_update.new_chat_members` Thanks to @ajbvn for pointing it out. [ci skip]
1 parent f55018a commit bb5357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/ext/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class _StatusUpdate(BaseFilter):
265265
"""Subset for messages containing a status update.
266266
267267
Examples:
268-
Use these filters like: ``Filters.status_update.new_chat_member`` etc. Or use just
268+
Use these filters like: ``Filters.status_update.new_chat_members`` etc. Or use just
269269
``Filters.status_update`` for all status update messages.
270270
271271
"""

0 commit comments

Comments
 (0)