Fixed the documentation of the txn_type @property in TransactionFormView in the accounting application.

This commit is contained in:
依瑪貓 2020-08-17 22:18:40 +08:00
parent c3fc2a5093
commit 5898a48fe9

View File

@ -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"]