]> git.cworth.org Git - turbot/commitdiff
Fix a typo in the message announcing a puzzle solution
authorCarl Worth <cworth@cworth.org>
Sat, 8 Jan 2022 08:26:34 +0000 (00:26 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 8 Jan 2022 08:26:34 +0000 (00:26 -0800)
This typo was visible to users and annoying ungrammatical.

turbot/interaction.py

index b0a88a069ebeace693d7002b46d119bae69bc225..b2d83170d4a4a266083cf79394a747b94d4bce95 100644 (file)
@@ -1196,7 +1196,7 @@ def solved(turb, body, args):
     # Report the solution to the puzzle's channel
     slack_send_message(
         turb.slack_client, channel_id,
-        "Puzzle mark solved by <@{}>: `{}`".format(user_id, args))
+        "Puzzle marked solved by <@{}>: `{}`".format(user_id, args))
 
     # Also report the solution to the hunt channel
     hunt = find_hunt_for_hunt_id(turb, puzzle['hunt_id'])