summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJitendra Nair <nair.jitendra@gmail.com>2016-02-02 13:26:21 +0530
committerJitendra Nair <nair.jitendra@gmail.com>2016-02-02 13:26:21 +0530
commitcf08562596df01eb00b4de2961ba933d1f0e40cd (patch)
treebb806785d91cd2f7d4be6bf927ce2330caabbbef
parentb692e619b6c4ef7614e4ce6693b726b132998f3e (diff)
downloadredis-py-cf08562596df01eb00b4de2961ba933d1f0e40cd.tar.gz
Update README.rst
Missing single quote in code block
-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.