From 0e5df48d71eccdcb3a49cd3f835f06437de434ea Mon Sep 17 00:00:00 2001 From: evanfuhr Date: Tue, 3 Oct 2017 22:55:33 -0500 Subject: [PATCH] Different format? --- pokedex/db/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/db/tables.py b/pokedex/db/tables.py index 3b50cf4..4a01cc3 100644 --- a/pokedex/db/tables.py +++ b/pokedex/db/tables.py @@ -2167,7 +2167,7 @@ class Type(TableBase): doc=u"The ID of the damage class this type's moves had before Generation IV, null if not applicable (e.g. ???).") color = Column(Unicode(7), nullable=True, doc=u"The hex value for the type's color.", - info=dict(format='plaintext')) + info=dict(format='latex')) create_translation_table('type_names', Type, 'names', relation_lazy='joined',