Skip to content

Commit ef9dbac

Browse files
committed
Fix last issues for new release
1 parent e13cd58 commit ef9dbac

File tree

5 files changed

+2
-28
lines changed

5 files changed

+2
-28
lines changed

docs/source/telegram.contrib.botan.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/telegram.contrib.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/source/telegram.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ telegram package
33

44
.. toctree::
55

6-
telegram.contrib
76
telegram.ext
87
telegram.audio
98
telegram.bot

telegram/ext/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def add_handler(self, handler, group=DEFAULT_GROUP):
306306
307307
* Priority of the group (lower group number == higher priority)
308308
* The first handler in a group which should handle an update (see
309-
:method:`telegram.ext.Handler.check_update`) will be used. Other handlers from the
309+
:attr:`telegram.ext.Handler.check_update`) will be used. Other handlers from the
310310
group will not be used. The order in which handlers were added to the group defines the
311311
priority.
312312

telegram/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class Message(TelegramObject):
180180
author_signature (:obj:`str`, optional): Signature of the post author for messages
181181
in channels.
182182
"""
183-
183+
184184
_effective_attachment = _UNDEFINED
185185

186186
def __init__(self,

0 commit comments

Comments
 (0)