diff --git a/README.rst b/README.rst index 6caf203d5f..cf35cd2327 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.