summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.