diff --git a/bindings/python/gnucash_core.py b/bindings/python/gnucash_core.py index 05306cab9d..b268503ebb 100644 --- a/bindings/python/gnucash_core.py +++ b/bindings/python/gnucash_core.py @@ -445,8 +445,7 @@ def decorate_monetary_list_returning_function(orig_function): array of tuples: (GncCommodity, GncNumeric) ToDo: - * Maybe this function should better reside in module function_class ? - * Should it be tuples anyway ? Wouldn't it be better to have GncMonetary to reflect gnc_monetary in c ?""" + Maybe this function should better reside in module function_class (?)""" # warning, item.commodity has been shown to be None # when the transaction doesn't have a currency return [(GncCommodity(instance=item.commodity),