summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTianci Hu Marrero <69414708+iggeehu@users.noreply.github.com>2023-03-06 18:55:08 -0500
committerGitHub <noreply@github.com>2023-03-07 06:55:08 +0700
commit5de8cda1f9adf5553e4759f84d22e53916802f39 (patch)
treee802037dd0cb265ca50200dd4bdcfd5d33b0126c /docs
parent654649743c8582eb1017e45d12aa315965a901a9 (diff)
downloadrq-5de8cda1f9adf5553e4759f84d22e53916802f39.tar.gz
Update index.md (#1858)
fixed minor duplicate article ("the its config var")
Diffstat (limited to 'docs')
-rw-r--r--docs/patterns/index.md2
1 files changed, 1 insertions, 1 deletions
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)