From dd32fbed9e33c31213baae0c61aa5a8bda9486b7 Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Tue, 25 May 2021 10:54:15 -0400 Subject: [PATCH] Clarification edit --- 03_cr_connect_workflow/05_tests/02_examples/02_email_script.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_cr_connect_workflow/05_tests/02_examples/02_email_script.rst b/03_cr_connect_workflow/05_tests/02_examples/02_email_script.rst index be93be3..c2e43af 100644 --- a/03_cr_connect_workflow/05_tests/02_examples/02_email_script.rst +++ b/03_cr_connect_workflow/05_tests/02_examples/02_email_script.rst @@ -31,7 +31,7 @@ with ... outbox When testing email, we don't want to actually send emails. -Flask mail has a way to intercept the emails and show you the results. +Flask mail has a way to intercept the emails and show you the results using a context manager. .. code-block::