diff --git a/accounting/views.py b/accounting/views.py index 24ff8ef..be9cc23 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -862,7 +862,7 @@ class TransactionFormView(FormView): @property def txn_type(self) -> str: - """Returns the transaction type of this form""" + """Returns the transaction type of this form.""" return self.kwargs["txn_type"]