Fixed the documentation of the view transaction_edit() in the accounting application.

This commit is contained in:
依瑪貓 2020-07-28 03:12:16 +08:00
parent 9aa85b6ae8
commit 22f3cad8b1

View File

@ -868,7 +868,7 @@ def transaction_edit(request, type, transaction=None):
Args:
request (HttpRequest): The request.
type (str): The transaction type.
transaction (Transaction: The transaction.
transaction (Transaction): The transaction.
Returns:
HttpResponse: The response.