From 7865970148139babf2921b4d7fe11917568be9e9 Mon Sep 17 00:00:00 2001 From: Devendra Date: Tue, 17 Jun 2014 03:18:40 +0530 Subject: typo --- python-tornado/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python-tornado') diff --git a/python-tornado/migration.md b/python-tornado/migration.md index 5ce15b5..7feb4ea 100644 --- a/python-tornado/migration.md +++ b/python-tornado/migration.md @@ -40,7 +40,7 @@ message = 'Hello World !!!' def callback(messages): print(messages) -pubnub.history( { +pubnub.publish( { 'channel' : channel, 'message' : message, 'callback' : callback -- cgit v1.2.3