From 988cb358d227caf1bea10eaf1200d75e17c18466 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 28 May 2020 09:27:18 -0400 Subject: [PATCH] extra word --- src/_zkapauthorizer/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_zkapauthorizer/model.py b/src/_zkapauthorizer/model.py index 66dcb12..b3fc103 100644 --- a/src/_zkapauthorizer/model.py +++ b/src/_zkapauthorizer/model.py @@ -145,7 +145,7 @@ def open_and_initialize(path, connect=None): schema_upgrades = list(get_schema_upgrades(actual_version)) run_schema_upgrades(schema_upgrades, cursor) - # Create some tables that only exist (along with their contents) only for + # Create some tables that only exist (along with their contents) for # this connection. These are outside of the schema because they are not # persistent. We can change them any time we like without worrying about # upgrade logic because we re-create them on every connection. -- GitLab