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 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