From 30330f4222341fcc4f1b8ded74d66827c907037c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 8 Jan 2022 00:26:10 -0800 Subject: [PATCH] Fix a type in a comment Just had the word "the" where I meant to have "then". --- turbot/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0