From 361313143e6799c0facc1708f48037170f143406 Mon Sep 17 00:00:00 2001 From: dvora-h Date: Mon, 24 Jan 2022 16:20:07 +0200 Subject: [PATCH] fix doc issue --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 51b38a2bf7..2e42acb81b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,7 +44,7 @@ There are two quick ways to connect to Redis. r = redis.from_url('redis://foo.bar.com:12345') r.ping() -After that, you probably want to `run redis commands `_. +After that, you probably want to `run redis commands `_. .. toctree:: :hidden: