Skip to content

Commit

Permalink
Merge pull request #50 from mechaxl/develop
Browse files Browse the repository at this point in the history
Fixing typos in Peewee backend
  • Loading branch information
klen committed Nov 23, 2015
2 parents b15bef6 + f47f307 commit 9afa8eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mixer/backend/peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class GenFactory(BaseFactory):

class TypeMixer(BaseTypeMixer):

""" TypeMixer for Pony ORM. """
""" TypeMixer for Peewee ORM. """

factory = GenFactory

Expand Down Expand Up @@ -156,7 +156,7 @@ def reload(self, obj):

class Mixer(BaseMixer):

""" Integration with Pony ORM. """
""" Integration with Peewee ORM. """

type_mixer_cls = TypeMixer

Expand All @@ -172,7 +172,7 @@ def postprocess(self, target):
return target


# Default Pony mixer
# Default Peewee mixer
mixer = Mixer()

# pylama:ignore=E1120

0 comments on commit 9afa8eb

Please sign in to comment.