diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 946c5d21fe..4cd106f5bc 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -259,7 +259,7 @@ All parameters are optional and can be set at any time prior to calling the * ``body``: The body text. This should be a plain text message. * ``from_email``: The sender's address. Both ``fred@example.com`` and - ``Fred `` forms are legal. If omitted, the + ``"Fred" `` forms are legal. If omitted, the :setting:`DEFAULT_FROM_EMAIL` setting is used. * ``to``: A list or tuple of recipient addresses.