From 23353de8e647813aa9cfba12ad74e95aa0a9b584 Mon Sep 17 00:00:00 2001 From: Linus Schoemaker Date: Mon, 9 May 2016 11:34:04 +0200 Subject: [PATCH] Fix syntax error in installation instructions --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index a4a6ddf4..d276f645 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -38,7 +38,7 @@ To use Anymail for sending email, edit your Django project's :file:`settings.py` .. code-block:: python ANYMAIL = { - "MAILGUN_API_KEY" = "", + "MAILGUN_API_KEY": "", } The exact settings vary by ESP.