From d1f3c2bcec865e79e25e59ca0564d9eb8715f2f7 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Tue, 16 Jun 2026 07:16:29 -0700 Subject: Fixed typo in section "Configuring email" in docs/topics/email.txt. --- docs/topics/email.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 3aa5284379..d52ffd12ed 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -72,8 +72,8 @@ is printed to the console as a development aid (for projects created with :djadmin:`startproject`) or results in a ``MailerDoesNotExist`` error (when the :setting:`MAILERS` setting isn't defined). -Define edit the :setting:`MAILERS` setting to tell Django how to send email. -For example, to send through an SMTP server running on the local machine:: +Use the :setting:`MAILERS` setting to tell Django how to send email. For +example, to send through an SMTP server running on the local machine:: MAILERS = { "default": { -- cgit v1.3