]> git.cworth.org Git - turbot/commitdiff
Fix a type in a comment
authorCarl Worth <cworth@cworth.org>
Sat, 8 Jan 2022 08:26:10 +0000 (00:26 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 8 Jan 2022 08:26:10 +0000 (00:26 -0800)
Just had the word "the" where I meant to have "then".

turbot/interaction.py

index a6ef7d6851618bcd5138d56e9e8d73b51b2297be..b0a88a069ebeace693d7002b46d119bae69bc225 100644 (file)
@@ -321,7 +321,7 @@ def edit_puzzle_submission(turb, payload, metadata):
                                           puzzle['SK'])
 
     # If we are changing puzzle type (meta -> plain or plain -> meta)
-    # the the sort key has to change, so compute the new one and delete
+    # then the sort key has to change, so compute the new one and delete
     # the old item from the database.
     #
     # XXX: We should really be using a transaction here to combine the