Tiny typo fix

This commit is contained in:
Dan 2019-10-27 10:14:13 +01:00
parent 227a5aaf90
commit c33a2a0b80

View File

@ -21,7 +21,7 @@ from .handler import Handler
class DisconnectHandler(Handler):
"""The Disconnect handler class. Used to handle disconnections. It is intended to be used with
:meth:~Client.add_handler`
:meth:`~Client.add_handler`
For a nicer way to register this handler, have a look at the
:meth:`~Client.on_disconnect` decorator.