Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Missing single quote in code block
  • Loading branch information
jitendranair committed Feb 2, 2016
1 parent b692e61 commit cf08562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cf08562

Please sign in to comment.