mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Fix last issues for new release
This commit is contained in:
parent
e13cd58773
commit
ef9dbacf7e
5 changed files with 2 additions and 28 deletions
|
@ -1,7 +0,0 @@
|
|||
telegram.contrib.Botan
|
||||
======================
|
||||
|
||||
.. autoclass:: telegram.contrib.Botan
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
|
@ -1,18 +0,0 @@
|
|||
telegram.contrib package
|
||||
========================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
telegram.contrib.botan
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: telegram.contrib
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
|
@ -3,7 +3,6 @@ telegram package
|
|||
|
||||
.. toctree::
|
||||
|
||||
telegram.contrib
|
||||
telegram.ext
|
||||
telegram.audio
|
||||
telegram.bot
|
||||
|
|
|
@ -306,7 +306,7 @@ class Dispatcher(object):
|
|||
|
||||
* Priority of the group (lower group number == higher priority)
|
||||
* The first handler in a group which should handle an update (see
|
||||
:method:`telegram.ext.Handler.check_update`) will be used. Other handlers from the
|
||||
:attr:`telegram.ext.Handler.check_update`) will be used. Other handlers from the
|
||||
group will not be used. The order in which handlers were added to the group defines the
|
||||
priority.
|
||||
|
||||
|
|
Loading…
Reference in a new issue