Skip to content

Commit

Permalink
Merge pull request #100 from adursun/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
klen committed Sep 25, 2018
2 parents 9e77326 + 898797f commit 34da2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixer/main.py
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 34da2b9

Please sign in to comment.