Skip to content

Commit

Permalink
Merge pull request #7 from kwadrat/master
Browse files Browse the repository at this point in the history
Fix quote
  • Loading branch information
samiuelson authored Oct 23, 2016
2 parents 5f32dc6 + 45dbf4e commit 72c5282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __repr__(self):
return u"<Intent id:{}, user_id: {}, desc:{}>".format(self.id, self.user_id, self.description).encode('utf-8')

class BibleVerse(db.Model):
""" Model class for Bible qoute """
""" Model class for Bible quote """

__tablename__ = "t_bible_verse"

Expand Down

0 comments on commit 72c5282

Please sign in to comment.