Skip to content

Commit fd4d240

Browse files
committed
fix speling errors
1 parent 382e57f commit fd4d240

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/mailbox.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
7777
corrupting the entire mailbox.
7878

7979
The :class:`Mailbox` class supports the :keyword:`with` statement. When used
80-
like this, the Mailbox get a lock when the :keyword:`with` statement enters and
81-
release it and :meth:`close` when the :keyword:`with` statement exits.
80+
like this, the Mailbox acquires a lock when the :keyword:`with` statement
81+
enters and releases it and :meth:`close` when the :keyword:`with` statement
82+
exits.
8283

8384
.. versionchanged:: 3.7
8485
Support for the :keyword:`with` statement was added.

0 commit comments

Comments
 (0)