Fix doc warnings.

This commit is contained in:
Alex Root Junior 2017-11-16 19:06:44 +02:00
parent c1c3d66625
commit 3a5c2d78f3
3 changed files with 1 additions and 7 deletions

View file

@ -877,6 +877,7 @@ class Dispatcher:
Get current state for user in chat as context
.. code-block:: python3
with dp.current_state(chat=message.chat.id, user=message.user.id) as state:
pass

View file

@ -9,4 +9,3 @@ With parts of this package you can manage bot updates.
dispatcher/webhook
dispatcher/filters
dispatcher/handler
dispatcher/middlewares

View file

@ -1,6 +0,0 @@
Middlewares
-----------
.. automodule:: aiogram.dispatcher.middlewares
:members:
:show-inheritance: