From db2c46a0bd085697444627e7e7d995c86b3119ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 26 Jun 2013 10:11:09 +0200 Subject: [PATCH] fix EXPAT name (really it is EXPART) --- tabellio/documents/typenames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabellio/documents/typenames.py b/tabellio/documents/typenames.py index f133753..3d41397 100644 --- a/tabellio/documents/typenames.py +++ b/tabellio/documents/typenames.py @@ -66,5 +66,5 @@ MAPPING = { 'PRORESN': u'Proposition de résolution (sans numéro)', 'RASANU': u'Rapport (sans numéro)', 'DT': u'Débat thématique', - 'EXPAT': u'Exposé particulier', + 'EXPART': u'Exposé particulier', }