diff --git a/src/accounting/account/views.py b/src/accounting/account/views.py index cb0aad2..29bc7e4 100644 --- a/src/accounting/account/views.py +++ b/src/accounting/account/views.py @@ -38,7 +38,7 @@ bp: Blueprint = Blueprint("account", __name__) @bp.get("", endpoint="list") @has_permission(can_view) def list_accounts() -> str: - """Lists the base accounts. + """Lists the accounts. :return: The account list. """