We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0e110 commit d4e6ab3Copy full SHA for d4e6ab3
1 file changed
pyrogram/client/filters/filters.py
@@ -58,7 +58,7 @@ class Filters:
58
"""This class provides access to all library-defined Filters available in Pyrogram.
59
60
The Filters listed here are currently intended to be used with the :obj:`MessageHandler` only.
61
- At the moment, if you want to filter updates coming from different `Handlers <Handlers.html>`_ you have to create
+ At the moment, if you want to filter updates coming from different `Handlers <handlers.html>`_ you have to create
62
your own filters with :meth:`~Filters.create` and use them in the same way.
63
"""
64
0 commit comments