From 6f139bbe90433d4494f4b4da715e6a33914760bd Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 22 Feb 2018 14:57:36 -0500 Subject: [PATCH] README: Clean up vestigal "template foo bar" example key. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 46ab602..fd9412d 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ Template variables import2ledger templates have access to a few variables for each transaction that can be included anywhere in the entry, not just amount expressions. In other parts of the entry, they're treated as strings, and you can control their formatting using `Python's format string syntax `_. For example, this template customizes the payee line and sets different payees for each side of the transaction:: - template patreon income = + patreon income ledger entry = {date} Patreon payment from {payee} Income:Patreon -{amount} ;Payee: {payee}