Commit e2d4677a authored by Iain Dawson's avatar Iain Dawson Committed by Tim Graham
Browse files

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

Backport of ef8ef2a4 from master
parent 5767bc72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.