From 429448199f96ae10d8a9f0ac9792c74f49abacf3 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 29 Nov 2015 23:55:03 +0100 Subject: [PATCH] French language model: fix a start page. Because of a bug in the Wikipedia querying Python library. --- script/langs/fr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/langs/fr.py b/script/langs/fr.py index 65bd3c6..2216a82 100644 --- a/script/langs/fr.py +++ b/script/langs/fr.py @@ -55,7 +55,7 @@ charsets = ['ISO-8859-15', 'ISO-8859-1'] ## Optional Properties ## # The start page. Though optional, it is advised to choose one yourself. -start_pages = ['Wikipédia:Accueil_principal', 'Bœuf_(animal)'] +start_pages = ['Wikipédia:Accueil_principal', 'Bœuf (animal)'] # give possibility to select another code for the Wikipedia URL. wikipedia_code = code # 'a' and 'A' will be considered the same character, and so on.