Revised the documentation for PEP8 in the views in the accounting application.

This commit is contained in:
依瑪貓 2020-09-03 23:08:37 +08:00
parent b01b234a80
commit bb0478a597

View File

@ -910,8 +910,8 @@ class TransactionFormView(FormView):
"""Returns the regular account data, as JSON.
Returns:
Two lists of the (title, format pattern, account code) tuple, sorted by
debit or credit.
Two lists of the (title, format pattern, account code) tuple,
sorted by debit or credit.
"""
try:
regular = settings.REGULAR_ACCOUNTS