Skip to content

Commit 48a38c4

Browse files
committed
From
1 parent 459a8f8 commit 48a38c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/mailbox.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
590590
.. method:: get_bytes(key, from_=False)
591591

592592
Note: This method has an extra parameter (*from_*) compared with other classes.
593-
The first line of an mbox file entry is the Unix 'From ' line.
593+
The first line of an mbox file entry is the Unix "From " line.
594594
If *from_* is False, the first line of the file is dropped.
595595

596596
.. method:: get_file(key, from_=False)
@@ -600,13 +600,13 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
600600
unpredictable results or raise an exception.
601601

602602
Note: This method has an extra parameter (*from_*) compared with other classes.
603-
The first line of an mbox file entry is the Unix 'From ' line.
603+
The first line of an mbox file entry is the Unix "From " line.
604604
If *from_* is False, the first line of the file is dropped.
605605

606606
.. method:: get_string(key, from_=False)
607607

608608
Note: This method has an extra parameter (*from_*) compared with other classes.
609-
The first line of an mbox file entry is the Unix 'From ' line.
609+
The first line of an mbox file entry is the Unix "From " line.
610610
If *from_* is False, the first line of the file is dropped.
611611

612612
.. method:: lock()

0 commit comments

Comments
 (0)