diff options
| author | Devendra | 2014-06-17 03:18:40 +0530 |
|---|---|---|
| committer | Devendra | 2014-06-17 03:18:40 +0530 |
| commit | 7865970148139babf2921b4d7fe11917568be9e9 (patch) | |
| tree | f942064b18b925a222cfb1b6e5edadfda35a1b97 | |
| parent | c1f366829375593bf3946d5d2a761af57d521783 (diff) | |
| download | pubnub-python-7865970148139babf2921b4d7fe11917568be9e9.tar.bz2 | |
typo
| -rw-r--r-- | python-tornado/migration.md | 2 |
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 |
