Skip to content

Commit 5614af1

Browse files
jeffffcEldinnie
authored andcommitted
Docstring Fix for ext/filters.py (python-telegram-bot#830)
1 parent e362a5b commit 5614af1

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
@@ -335,7 +335,7 @@ def filter(self, message):
335335

336336
migrate = _Migrate()
337337
""":obj:`Filter`: Messages that contain :attr:`telegram.Message.migrate_from_chat_id` or
338-
:attr: `telegram.Message.migrate_from_chat_id`."""
338+
:attr: `telegram.Message.migrate_to_chat_id`."""
339339

340340
class _PinnedMessage(BaseFilter):
341341
name = 'Filters.status_update.pinned_message'

0 commit comments

Comments
 (0)