Update index.rst

This commit is contained in:
Gabben 2022-01-17 15:52:06 +00:00 committed by GitHub
parent 6e39f9fada
commit 4ead496c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ For example if you need to make simple text filter:
.. code-block:: python
from aiogram.filters import BaseFilter
from aiogram.dispatcher.filters import BaseFilter
class MyText(BaseFilter):