Revised the documentation for PEP8 in the views in the accounting application.
This commit is contained in:
parent
b01b234a80
commit
bb0478a597
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user