From: Carl Worth Date: Sat, 8 Jan 2022 08:26:10 +0000 (-0800) Subject: Fix a type in a comment X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=30330f4222341fcc4f1b8ded74d66827c907037c Fix a type in a comment Just had the word "the" where I meant to have "then". --- 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