Clarification edit

This commit is contained in:
mike cullerton 2021-05-25 10:54:15 -04:00
parent 8bb8d3dd34
commit dd32fbed9e
1 changed files with 1 additions and 1 deletions

View File

@ -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::