Skip to content

Commit

Permalink
Merge 9c934cc into 15b3963
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter committed Dec 16, 2018
2 parents 15b3963 + 9c934cc commit 1fef126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peewee_moves.py
Expand Up @@ -75,7 +75,7 @@
def build_downgrade_from_model(model):
"""
Build a list of 'downgrade' operations for a model class.
Each value that is yieled is one line to write to a file.
Each value that is yielded is one line to write to a file.
:param model: Peewee model class or instance.
:return: generator
Expand All @@ -87,7 +87,7 @@ def build_downgrade_from_model(model):
def build_upgrade_from_model(model):
"""
Build a list of 'upgrade' operations for a model class.
Each value that is yieled is one line to write to a file.
Each value that is yielded is one line to write to a file.
:param model: Peewee model class or instance.
:return: generator
Expand Down

0 comments on commit 1fef126

Please sign in to comment.