fix typo and version up for merging multiple PRs

This commit is contained in:
Taehoon Kim
2017-01-30 21:53:16 +09:00
parent e847c551d1
commit dea64fb9b8
2 changed files with 2 additions and 2 deletions

View File

@@ -728,7 +728,7 @@ class Client(object):
log.info("%s said: %s"%(author_name, message))
def on_friend_request(self, from_id):
def on_friend_request(self, from_id):
'''
subclass Client and override this method to add custom behavior on event
'''