This commit is contained in:
Petr Viktorin 2012-02-06 22:54:27 +01:00
parent 677cd8f19e
commit 216e4c8462
1 changed files with 1 additions and 1 deletions

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