From bdeb84adb9f4a29a1f9fdd5c2da280ae49ad0c27 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Wed, 27 Jun 2018 20:40:52 +0200 Subject: [PATCH] Fix typo --- pelican/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/utils.py b/pelican/utils.py index 1738de22..09da8fac 100644 --- a/pelican/utils.py +++ b/pelican/utils.py @@ -614,7 +614,7 @@ def escape_html(text, quote=True): def process_translations(content_list): - """ Finds translation and returns them. + """ Finds translations and returns them. Returns a tuple with two lists (index, translations). Index list includes items in default language or items which have no variant in default