Skip to content

Commit

Permalink
Merge pull request #2 from liamoreilly/master
Browse files Browse the repository at this point in the history
Fix typo of named argument in documentation of wildcard example
  • Loading branch information
riga authored Jan 27, 2021
2 parents 459b879 + 39cad94 commit fd34b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ee.emit("myevent")
from pymitter import EventEmitter


ee = EventEmitter(wildcards=True)
ee = EventEmitter(wildcard=True)


@ee.on("myevent.foo")
Expand Down

0 comments on commit fd34b8a

Please sign in to comment.