Update change_tax_code.py

This commit is contained in:
Mahmoud Yaser
2018-09-26 08:21:17 +02:00
committed by GitHub
parent f726238865
commit 3e014f189f

View File

@@ -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