Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsobreira committed Sep 21, 2010
1 parent ae5f2e9 commit 6e1af88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ The API is shown below:
# called when the user types the plugin name
# returns defer.Deferred()

def handle(self, connection, from_language, to_language):
def handle(self, connection, message):
# called for every new message, after begin() was called
# returns defer.Deferred()
Expand Down

0 comments on commit 6e1af88

Please sign in to comment.