Skip to content

Commit d4e6ab3

Browse files
committed
Fix incorrect link to handlers.html
1 parent 1d0e110 commit d4e6ab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/client/filters/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Filters:
5858
"""This class provides access to all library-defined Filters available in Pyrogram.
5959
6060
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
61+
At the moment, if you want to filter updates coming from different `Handlers <handlers.html>`_ you have to create
6262
your own filters with :meth:`~Filters.create` and use them in the same way.
6363
"""
6464

0 commit comments

Comments
 (0)