Skip to content

Commit

Permalink
Fix indentation in async storage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Jan 9, 2023
1 parent 1240286 commit 46b5bff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/async.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ A new namespace ``limits.aio`` is available which mirrors the original

The following async storage backends are implemented:

- In-Memory
- Redis (via `coredis <https://coredis.readthedocs.org>`_)
- Memcached (via `emcache <https://emcache.readthedocs.org>`_)
- MongoDB (via `motor <https://motor.readthedocs.org>`_)
- Etcd (via `aetcd <https://aetcd.readthedocs.org>`_)
- In-Memory
- Redis (via `coredis <https://coredis.readthedocs.org>`_)
- Memcached (via `emcache <https://emcache.readthedocs.org>`_)
- MongoDB (via `motor <https://motor.readthedocs.org>`_)
- Etcd (via `aetcd <https://aetcd.readthedocs.org>`_)

Quick start
===========
Expand Down

0 comments on commit 46b5bff

Please sign in to comment.