diff --git a/CODE.rst b/CODE.rst index 803aa9e..10d9033 100644 --- a/CODE.rst +++ b/CODE.rst @@ -88,7 +88,7 @@ At a high level, import2ledger handles each input file this way:: for hook in all_hooks: hook.run(entry_data) if entry_data: - template.render(**entry_data) + template.render(entry_data) Note in particular that multiple importers can handle the same input file. This helps support inputs like Patreon's earnings CSV, where completely different transactions are generated from the same source.