]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
Fix a type in a comment
[turbot] / 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