summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-04-14 16:15:02 -0300
committernessita <124304+nessita@users.noreply.github.com>2026-04-15 09:26:53 -0300
commitf8a9290f30e02b8183f656ae8d4ee6fb97791a84 (patch)
tree4bb74d565a9dc119a1d9812f8b466f12f0e0a9d3 /docs
parent3157285e27a426530ef571855e0e29c317e210df (diff)
Fixed incomplete comment in email docs.
Diffstat (limited to 'docs')
-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.