Fix incorrect link to handlers.html

This commit is contained in:
Dan 2020-02-01 15:51:01 +01:00
parent 1d0e110126
commit d4e6ab3acb

View File

@ -58,7 +58,7 @@ class Filters:
"""This class provides access to all library-defined Filters available in Pyrogram. """This class provides access to all library-defined Filters available in Pyrogram.
The Filters listed here are currently intended to be used with the :obj:`MessageHandler` only. The Filters listed here are currently intended to be used with the :obj:`MessageHandler` only.
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
your own filters with :meth:`~Filters.create` and use them in the same way. your own filters with :meth:`~Filters.create` and use them in the same way.
""" """