Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adursun committed Jun 11, 2018
1 parent 9e77326 commit 898797f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,10 @@ def blend(self, scheme, **values):
mixer = Mixer()
mixer.blend(SomeSheme, active=True)
mixer.blend(SomeScheme, active=True)
print scheme.active # True
mixer.blend('module.SomeSheme', active=True)
mixer.blend('module.SomeScheme', active=True)
print scheme.active # True
"""
Expand Down

0 comments on commit 898797f

Please sign in to comment.