diff options
| author | Iain Dawson <iain@colons.co> | 2014-09-10 09:44:12 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-10 07:17:37 -0400 |
| commit | e2d4677a1cd30cf0e79180534ff0a64e04b7be00 (patch) | |
| tree | a661928c2b83362b09511808ae331334072bf8eb | |
| parent | 5767bc722ff9d65b20226a0aff438b38b46cc594 (diff) | |
[1.6.x] Fixed an instance of 'an' before a word beginning with a consonant.
Backport of ef8ef2a42d from master
| -rw-r--r-- | docs/topics/email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 4804f473f7..f7f242d7b9 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -365,7 +365,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. |
