From 4563c04c9df935e7c4dcb2249b00eaaf3faf7c0d Mon Sep 17 00:00:00 2001 From: Luthaf Date: Thu, 3 Jul 2014 22:16:40 +0100 Subject: [PATCH] Typo --- patacrep/content/include.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patacrep/content/include.py b/patacrep/content/include.py index e01239fa..ac81c940 100644 --- a/patacrep/content/include.py +++ b/patacrep/content/include.py @@ -20,7 +20,7 @@ def parse(keyword, config, argument, contentlist): """Include an external file content. Arguments: - - keyword: the string 'sorted'; + - keyword: the string 'include'; - config: the current songbook configuration dictionary; - argument: None; - contentlist: a list of file paths to be included.