From 5de8cda1f9adf5553e4759f84d22e53916802f39 Mon Sep 17 00:00:00 2001 From: Tianci Hu Marrero <69414708+iggeehu@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:55:08 -0500 Subject: [PATCH] Update index.md (#1858) fixed minor duplicate article ("the its config var") --- docs/patterns/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/index.md b/docs/patterns/index.md index 512918e..818dc14 100644 --- a/docs/patterns/index.md +++ b/docs/patterns/index.md @@ -27,7 +27,7 @@ listen = ['high', 'default', 'low'] redis_url = os.getenv('REDIS_URL') if not redis_url: raise RuntimeError("Set up Heroku Data For Redis first, \ - make sure the its config var is named 'REDIS_URL'.") + make sure its config var is named 'REDIS_URL'.") conn = redis.from_url(redis_url)