changeset 172f8bb438d2 in modules/account_budget:default details: https://hg.tryton.org/modules/account_budget?cmd=changeset&node=172f8bb438d2 description: Fix typo in BudgetLineMixin documentation diffstat:
doc/reference.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff -r b8b539742663 -r 172f8bb438d2 doc/reference.rst --- a/doc/reference.rst Mon May 02 16:50:53 2022 +0200 +++ b/doc/reference.rst Fri Jul 01 14:18:42 2022 +0200 @@ -12,8 +12,8 @@ .. class:: BudgetLineMixin - Th *BudgetLineMixin* provides the basic parts needed to structure the budget - lines and define both the budgeted and actual amounts. + The *BudgetLineMixin* provides the basic parts needed to structure the + budget lines and define both the budgeted and actual amounts. Copy Budgets ============
