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 the regular account data, as JSON.
Returns: Returns:
Two lists of the (title, format pattern, account code) tuple, sorted by Two lists of the (title, format pattern, account code) tuple,
debit or credit. sorted by debit or credit.
""" """
try: try:
regular = settings.REGULAR_ACCOUNTS regular = settings.REGULAR_ACCOUNTS