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.