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:: .. toctree::
telegram.contrib
telegram.ext telegram.ext
telegram.audio telegram.audio
telegram.bot telegram.bot

View file

@ -306,7 +306,7 @@ class Dispatcher(object):
* Priority of the group (lower group number == higher priority) * Priority of the group (lower group number == higher priority)
* The first handler in a group which should handle an update (see * 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 group will not be used. The order in which handlers were added to the group defines the
priority. priority.

View file

@ -180,7 +180,7 @@ class Message(TelegramObject):
author_signature (:obj:`str`, optional): Signature of the post author for messages author_signature (:obj:`str`, optional): Signature of the post author for messages
in channels. in channels.
""" """
_effective_attachment = _UNDEFINED _effective_attachment = _UNDEFINED
def __init__(self, def __init__(self,