Fix last issues for new release

This commit is contained in:
Pieter Schutz 2017-09-01 10:38:04 +02:00
parent e13cd58773
commit ef9dbacf7e
5 changed files with 2 additions and 28 deletions

View file

@ -1,7 +0,0 @@
telegram.contrib.Botan
======================
.. autoclass:: telegram.contrib.Botan
:members:
:undoc-members:
:show-inheritance:

View file

@ -1,18 +0,0 @@
telegram.contrib package
========================
Submodules
----------
.. toctree::
telegram.contrib.botan
Module contents
---------------
.. automodule:: telegram.contrib
:members:
:undoc-members:
:show-inheritance:
:noindex:

View file

@ -3,7 +3,6 @@ telegram package
.. toctree::
telegram.contrib
telegram.ext
telegram.audio
telegram.bot

View file

@ -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.