[1.7.x] Fixed an instance of 'an' before a word beginning with a consonant.

Backport of ef8ef2a42d from master
This commit is contained in:
Iain Dawson 2014-09-10 09:44:12 +01:00 committed by Tim Graham
parent 77ec85adae
commit c2fe985733
1 changed files with 1 additions and 1 deletions

View File

@ -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.