diff --git a/src/_zkapauthorizer/model.py b/src/_zkapauthorizer/model.py index 66dcb12b6fc1c9e8a64071283ad5393201ddcd20..b3fc1036f960414a4f0e1bd2ca4b164f0d599668 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.