From f8a9290f30e02b8183f656ae8d4ee6fb97791a84 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:15:02 -0300 Subject: Fixed incomplete comment in email docs. --- docs/topics/email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.3