Skip to content

Commit

Permalink
tell: fix broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
SnoopJ committed Dec 13, 2023
1 parent 7f586c2 commit cbd2079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/builtins/tell.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _format_safe_lstrip(text):
@plugin.example('.ask @', 'ask whom?')
@plugin.example('.tell @', 'tell whom?')
@plugin.example('.ask Exirel ', 'ask Exirel what?')
@plugin.example('.tell Exirel ', 'ask Exirel what?')
@plugin.example('.tell Exirel ', 'tell Exirel what?')
@plugin.example('.ask @Exirel ', 'ask Exirel what?')
@plugin.example('.tell @Exirel ', 'tell Exirel what?')
def f_remind(bot, trigger):
Expand Down

0 comments on commit cbd2079

Please sign in to comment.