Revised the documentation of the TransactionConverter in the accounting application.

This commit is contained in:
依瑪貓 2020-08-13 07:57:29 +08:00
parent 72886c18f2
commit c070b11ea2

View File

@ -237,7 +237,7 @@ class TransactionConverter:
raise ValueError
def to_url(self, value: Transaction) -> str:
"""Returns the ID of an account.
"""Returns the ID of a transaction.
Args:
value: The transaction.