Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jul 23, 2014
1 parent dd54b27 commit 743decf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ircbot.py
Expand Up @@ -40,7 +40,7 @@ def ready(self, component):
self.fire(connect(self.host, self.port))

def connected(self, host, port):
"""Connected Event
"""connected Event
This event is triggered by the underlying ``TCPClient`` Component
when a successfully connection has been made.
Expand Down

0 comments on commit 743decf

Please sign in to comment.