Skip to content

Commit a428662

Browse files
authored
Merge pull request #21 from stsievert/patch-1
DOC: add to README so example works under Python 3.6
2 parents 55f0adf + cd0f92c commit a428662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Usage example
4444
4545
from rejson import Client, Path
4646
47-
rj = Client(host='localhost', port=6379)
47+
rj = Client(host='localhost', port=6379, decode_responses=True)
4848
4949
# Set the key `obj` to some object
5050
obj = {

0 commit comments

Comments
 (0)