mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Typo fix
This commit is contained in:
parent
677cd8f19e
commit
216e4c8462
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue