Skip to content

Commit

Permalink
fix deprecate on_error
Browse files Browse the repository at this point in the history
Co-authored-by: dgw <dgw@technobabbl.es>
  • Loading branch information
Exirel and dgw authored Mar 24, 2023
1 parent dcb1d3c commit 02e07a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sopel/irc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ def on_message_sent(self, raw: str) -> None:
self.dispatch(pretrigger)

@deprecated(
'This method was used to log error with asynchat; '
'use loggging.getLogger("sopel.exception") instead.',
'This method was used to log errors with asynchat; '
'use logging.getLogger("sopel.exception") instead.',
version='8.0',
removed_in='9.0',
)
Expand Down

0 comments on commit 02e07a4

Please sign in to comment.