UA translation of filtering events docs (#1043)

* UA translation of filtering events docs

* Small changes in description

* Remove unused text

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
Daria 2022-10-25 22:24:06 +03:00 committed by GitHub
parent 5c3f442866
commit 1e60e10997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 552 additions and 428 deletions

View file

@ -11,8 +11,6 @@ Can be imported:
- :code:`from aiogram.filters import MagicData`
Or used from filters factory by passing corresponding arguments to handler registration line
Usage
=====

View file

@ -12,8 +12,6 @@ Can be imported:
- :code:`from aiogram.filters.text import Text`
- :code:`from aiogram.filters import Text`
Or used from filters factory by passing corresponding arguments to handler registration line
Usage
=====