From 3e014f189fdae13270d49dcb11490cdbca9dec34 Mon Sep 17 00:00:00 2001 From: Mahmoud Yaser Date: Wed, 26 Sep 2018 08:21:17 +0200 Subject: [PATCH] Update change_tax_code.py --- bindings/python/example_scripts/change_tax_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/example_scripts/change_tax_code.py b/bindings/python/example_scripts/change_tax_code.py index b992232607..56ad7676c4 100644 --- a/bindings/python/example_scripts/change_tax_code.py +++ b/bindings/python/example_scripts/change_tax_code.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ## @file -# @brief mark an account having target_account_code as tax related, else Recurse over all of its sub-accounts marks the first one having target_account_code as tax related +# @brief Recurse over all accounts in a book and marks the first one having target_account_code as tax related # @ingroup python_bindings_examples from gnucash import Session, Account