From fe261a1e5430498231cbb737713980637f87f4db Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Sun, 15 May 2016 00:55:59 -0700 Subject: [PATCH] install.rst: Fix typo setnd => send --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index f7c46bf9..261c7079 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -96,6 +96,6 @@ Adding To Your Django Project Alter the URL to suit your installation path. -9. Load initial e-mail templates, otherwise you will not be able to setnd e-mail:: +9. Load initial e-mail templates, otherwise you will not be able to send e-mail:: python manage.py loaddata emailtemplate.json