mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Update index.rst (#808)
This commit is contained in:
parent
6567fefc4b
commit
c705858421
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ For example if you need to make simple text filter:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from aiogram.filters import BaseFilter
|
from aiogram.dispatcher.filters import BaseFilter
|
||||||
|
|
||||||
|
|
||||||
class MyText(BaseFilter):
|
class MyText(BaseFilter):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue