summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2016-06-05 16:13:29 -0700
committerAndy McCurdy <andy@andymccurdy.com>2016-06-05 16:13:29 -0700
commit4b663cb10f675b8b1315e63e5cfbcaf0aaea0dd2 (patch)
tree238281090739e8a5b0e22deccd6617cffdb94aa1
parentfa8fa668c30016e7bb57cad3913b26b6f93b531f (diff)
parentcf08562596df01eb00b4de2961ba933d1f0e40cd (diff)
downloadredis-py-4b663cb10f675b8b1315e63e5cfbcaf0aaea0dd2.tar.gz
Merge pull request #712 from jitendranair/jitendranair-patch-1
Update README.rst
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6caf203..cf35cd2 100644
--- a/README.rst
+++ b/README.rst
@@ -444,7 +444,7 @@ application.
>>> r.publish('my-channel')
1
>>> p.get_message()
- {'channel': 'my-channel', data': 'my data', 'pattern': None, 'type': 'message'}
+ {'channel': 'my-channel', 'data': 'my data', 'pattern': None, 'type': 'message'}
There are three different strategies for reading messages.