From 36365e2a6aa7bf297327d3dfa812c6460d7f1bbe Mon Sep 17 00:00:00 2001 From: Glandos Date: Mon, 20 Dec 2021 16:54:20 +0100 Subject: [PATCH] missing article --- ihatemoney/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/web.py b/ihatemoney/web.py index 43264b3f..e1d8c2c7 100644 --- a/ihatemoney/web.py +++ b/ihatemoney/web.py @@ -654,7 +654,7 @@ def list_bills(): if "last_selected_payer" in session: bill_form.payer.data = session["last_selected_payer"] - # Each item will be (weight_sum, Bill) tuple. + # Each item will be a (weight_sum, Bill) tuple. # TODO: improve this awkward result using column_property: # https://docs.sqlalchemy.org/en/14/orm/mapped_sql_expr.html. weighted_bills = g.project.get_bill_weights_ordered().paginate(