From 7f38ee42e47414bffd86638d97fed267bb3e9973 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sun, 4 Dec 2016 18:44:31 -0800 Subject: [PATCH] Fix rst syntax (#444) --- docs/backends.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends.rst b/docs/backends.rst index 724d2b2..16f1d6b 100644 --- a/docs/backends.rst +++ b/docs/backends.rst @@ -15,7 +15,7 @@ to run against a set of Redis servers in a sharded mode. To use the Redis layer, simply install it from PyPI (it lives in a separate package, as we didn't want to force a dependency on the redis-py for the main -install): +install):: pip install -U asgi_redis