Skip to content

Commit

Permalink
#2: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jun 20, 2019
1 parent 2ec57a9 commit 8599c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/models/db_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class EntityHelper(object):
def to_dict(self):
"""
Turns the columns and values of an entity into a dictionary
:return: dict: dictionay containing the fields and values of an entity
:return: dict: dictionary containing the fields and values of an entity
"""
dictionary = {}
for column in self.__table__.columns:
Expand Down

0 comments on commit 8599c5e

Please sign in to comment.