X-Git-Url: https://git.cworth.org/git?p=turbot;a=blobdiff_plain;f=turbot%2Finteraction.py;fp=turbot%2Finteraction.py;h=b0a88a069ebeace693d7002b46d119bae69bc225;hp=a6ef7d6851618bcd5138d56e9e8d73b51b2297be;hb=30330f4222341fcc4f1b8ded74d66827c907037c;hpb=b89aeccacf69d84ace0bd0ac714608547037f161 diff --git a/turbot/interaction.py b/turbot/interaction.py index a6ef7d6..b0a88a0 100644 --- a/turbot/interaction.py +++ b/turbot/interaction.py @@ -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