From f726238865aec6890028894d6921afd20f7834d6 Mon Sep 17 00:00:00 2001 From: Mahmoud Yaser Date: Mon, 24 Sep 2018 17:21:16 +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 ebe19aa9df..b992232607 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 if the account (or one of its children) has the target codem set the tax related flag to True +# @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 # @ingroup python_bindings_examples from gnucash import Session, Account