From 5357b286b246e3e4818b326091f6000ef971dec0 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 5 Oct 2016 17:47:05 -0700 Subject: [PATCH] docs: Fix typo in spelling of generate_secrets. --- docs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.md b/docs/settings.md index 4ebbe6c6c4..f223e389b0 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -57,7 +57,7 @@ In a production environment, we have: `zproject/settings.py`, and then override it here. * `/etc/zulip/zulip-secrets.conf` (generated by - `scripts/setup/generate-secrets.py` as part of installation) + `scripts/setup/generate_secrets.py` as part of installation) contains secrets used by the Zulip installation. These are read using the standard Python `ConfigParser`, and accessed in `zproject/settings.py` by the `get_secret` function. All