summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)