Skip to content

Commit 79437f1

Browse files
committed
Improve Readability
Signed-off-by: Ryan Russell <[email protected]>
1 parent 04bc576 commit 79437f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Python interface to the Redis key-value store.
1515

1616
## Python Notice
1717

18-
redis-py 4.2.x will be the last generation of redis-py to support python 3.6 as it has been [End of Life'd](https://www.python.org/dev/peps/pep-0494/#schedule-last-security-only-release). Async support was introduced in redis-py 4.2.x thanks to [aioredis](https://github.com/aio-libs/aioredis-py), which necessitates this change. We will continue to maintain 3.6 support as long as possible - but the plan is for redis-py version 5+ to offically remove 3.6.
18+
redis-py 4.2.x will be the last generation of redis-py to support python 3.6 as it has been [End of Life'd](https://www.python.org/dev/peps/pep-0494/#schedule-last-security-only-release). Async support was introduced in redis-py 4.2.x thanks to [aioredis](https://github.com/aio-libs/aioredis-py), which necessitates this change. We will continue to maintain 3.6 support as long as possible - but the plan is for redis-py version 5+ to officially remove 3.6.
1919

2020
---------------------------
2121

@@ -76,7 +76,7 @@ can specify *decode_responses=True* in
7676
returns a string type will be decoded with the encoding
7777
specified.
7878

79-
The default encoding is utf-8, but this can be customized by specifiying the
79+
The default encoding is utf-8, but this can be customized by specifying the
8080
encoding argument for the redis.Redis class.
8181
The encoding will be used to automatically encode any
8282
strings passed to commands, such as key names and values.

0 commit comments

Comments
 (0)