summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorIain Dawson <iain@colons.co>2014-09-10 09:44:12 +0100
committerIain Dawson <iain@colons.co>2014-09-10 09:44:12 +0100
commitef8ef2a42d4a168cf34daa3c2d795095c0414745 (patch)
tree7e135e7eef3fb9bf044cb7fe6b91c13bb39308e3 /docs/topics
parenta4c23f70deda5321687cd1f759c65a35d161e793 (diff)
Fixed an instance of 'an' before a word beginning with a consonant.
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 d90e49ae08..eaf953dada 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.