Update listeners.py (#2164)

fix typo

Co-authored-by: Adam Hopkins <admhpkns@gmail.com>
This commit is contained in:
sanjeevanahilan 2021-06-16 13:00:29 +00:00 committed by GitHub
parent d964b552af
commit 2c80571a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ class ListenerMixin:
"""
Create a listener from a decorated function.
To be used as a deocrator:
To be used as a decorator:
.. code-block:: python