Skip to content

Commit 14c4333

Browse files
das7padasvetlov
authored andcommitted
[readme] fix typos (#256)
1 parent cace47e commit 14c4333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Available session storages are:
8080
* ``aiohttp_session.redis_storage.RedisStorage(redis_pool)`` -- stores
8181
JSON encoded data in *redis*, keeping only the redis key (a random UUID) in
8282
the cookie. ``redis_pool`` is a ``aioredis`` pool object, created by
83-
``await aioredis.create_resid_pool(...)`` call.
83+
``await aioredis.create_redis_pool(...)`` call.
8484

85-
Requires ``aioredis`` library (olny versions ``1.0+`` are supported::
85+
Requires ``aioredis`` library (only versions ``1.0+`` are supported)::
8686

8787
$ pip install aiohttp_session[aioredis]
8888

0 commit comments

Comments
 (0)