summaryrefslogtreecommitdiff
path: root/docs/topics/email.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/email.txt')
-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 5946e3a9c1..c4eac19b03 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -903,7 +903,7 @@ manually open the connection, you can control when it is closed. For example::
["to3@example.com"],
)
- # Send the two emails in a single call -
+ # Send the two emails in a single call.
connection.send_messages([email2, email3])
# The connection was already open so send_messages() doesn't close it.
# We need to manually close the connection.