Skip to content

Commit

Permalink
fix doc typo (tortoise#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Middledot committed Jul 28, 2022
1 parent 499883c commit 5e4ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tortoise/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def register_listener(cls, signal: Signals, listener: Callable):
"""
Register listener to current model class for special Signal.
:param signal: one of tortoise.signals.Signal
:param signal: one of tortoise.signals.Signals
:param listener: callable listener
:raises ConfigurationError: When listener is not callable
Expand Down

0 comments on commit 5e4ba80

Please sign in to comment.