aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2014-06-17 03:18:40 +0530
committerDevendra2014-06-17 03:18:40 +0530
commit7865970148139babf2921b4d7fe11917568be9e9 (patch)
treef942064b18b925a222cfb1b6e5edadfda35a1b97
parentc1f366829375593bf3946d5d2a761af57d521783 (diff)
downloadpubnub-python-7865970148139babf2921b4d7fe11917568be9e9.tar.bz2
typo
-rw-r--r--python-tornado/migration.md2
1 files changed, 1 insertions, 1 deletions
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