1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00
This commit is contained in:
Petr Viktorin 2012-02-06 22:54:27 +01:00
parent 677cd8f19e
commit 216e4c8462

View file

@ -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'))