From 216e4c8462c083dff12a449205bd723661329209 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 6 Feb 2012 22:54:27 +0100 Subject: [PATCH] Typo fix --- 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 7726794..c3b92ae 100644 --- a/pokedex/db/tables.py +++ b/pokedex/db/tables.py @@ -643,7 +643,7 @@ class LocationArea(TableBase): location_id = Column(Integer, ForeignKey('locations.id'), nullable=False, info=dict(description="ID of the location this area is part of")) game_index = Column(Integer, nullable=False, - info=dict(description="ID the games ude for this area")) + info=dict(description="ID the games use for this area")) identifier = Column(Unicode(64), nullable=True, info=dict(description="An identifier", format='identifier'))