summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornorman <nsantiago2719@gmail.com>2017-10-09 20:10:42 +0800
committernorman <nsantiago2719@gmail.com>2017-10-09 20:10:42 +0800
commite5e08d52a8f36033ced0d74c38b14ad559e811ac (patch)
treed8fa04c9cd0e28485983879734b22e6bbb7dda42
parentc8e61b3efdf0f9400fa27803e36094e24a99fc43 (diff)
downloadredis-py-e5e08d52a8f36033ced0d74c38b14ad559e811ac.tar.gz
update grammar
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f77c040..90effc4 100644
--- a/README.rst
+++ b/README.rst
@@ -43,7 +43,7 @@ Getting Started
>>> r.get('foo')
'bar'
-By default, the value returned if you are using Python3 are in raw byte strings.
+By default, the value returned are bytes in python3.
If you want a decoded response you can add `decode_response=True` in `redis.StrictRedis()`.
API Reference