Skip to content

Commit d1da685

Browse files
committed
Merge pull request #13 from linuss/master
Fix syntax error in installation instructions [ci skip]
2 parents 75730e8 + 23353de commit d1da685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To use Anymail for sending email, edit your Django project's :file:`settings.py`
3838
.. code-block:: python
3939
4040
ANYMAIL = {
41-
"MAILGUN_API_KEY" = "<your Mailgun key>",
41+
"MAILGUN_API_KEY": "<your Mailgun key>",
4242
}
4343
4444
The exact settings vary by ESP.

0 commit comments

Comments
 (0)