summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorIain Dawson <iain@colons.co>2014-09-10 09:44:12 +0100
committerTim Graham <timograham@gmail.com>2014-09-10 07:17:31 -0400
commitc2fe985733ecf5ec113a92f155cc6b769932d544 (patch)
tree3fd0214d15e4ec0025ac950c59ba5f584c4eaadd /docs/topics
parent77ec85adae4d975871758ad59aed073168c2c822 (diff)
[1.7.x] Fixed an instance of 'an' before a word beginning with a consonant.
Backport of ef8ef2a42d from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/email.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 588ddf9076..a6b9aa56a3 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -389,7 +389,7 @@ The actual sending of an email is handled by the email backend.
The email backend class has the following methods:
-* ``open()`` instantiates an long-lived email-sending connection.
+* ``open()`` instantiates a long-lived email-sending connection.
* ``close()`` closes the current email-sending connection.