diff --git a/accounting/converters.py b/accounting/converters.py index be86007..c5a7ec2 100644 --- a/accounting/converters.py +++ b/accounting/converters.py @@ -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.