From 458697c09943b87ae818af7cb3d517577d87ba97 Mon Sep 17 00:00:00 2001 From: valentinogagliardi Date: Sun, 12 Jan 2020 19:23:19 +0100 Subject: [PATCH] add missing semicolon --- docs/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure.rst b/docs/configure.rst index 74bb8b0..e526763 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -180,7 +180,7 @@ Connection settings for Redis. Defaults:: } } -It's also possible to use a Redis connection URI: +It's also possible to use a Redis connection URI:: Q_CLUSTER = { 'redis': 'redis://h:asdfqwer1234asdf@ec2-111-1-1-1.compute-1.amazonaws.com:111'