mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Fix doc warnings.
This commit is contained in:
parent
c1c3d66625
commit
3a5c2d78f3
3 changed files with 1 additions and 7 deletions
|
|
@ -877,6 +877,7 @@ class Dispatcher:
|
||||||
Get current state for user in chat as context
|
Get current state for user in chat as context
|
||||||
|
|
||||||
.. code-block:: python3
|
.. code-block:: python3
|
||||||
|
|
||||||
with dp.current_state(chat=message.chat.id, user=message.user.id) as state:
|
with dp.current_state(chat=message.chat.id, user=message.user.id) as state:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,3 @@ With parts of this package you can manage bot updates.
|
||||||
dispatcher/webhook
|
dispatcher/webhook
|
||||||
dispatcher/filters
|
dispatcher/filters
|
||||||
dispatcher/handler
|
dispatcher/handler
|
||||||
dispatcher/middlewares
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
Middlewares
|
|
||||||
-----------
|
|
||||||
|
|
||||||
.. automodule:: aiogram.dispatcher.middlewares
|
|
||||||
:members:
|
|
||||||
:show-inheritance:
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue