Skip to content

Commit

Permalink
Updated expunge comment, formatting error in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
axoroll7 authored Aug 18, 2023
1 parent e0cbf56 commit ea5ef55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imapclient/imapclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,9 +1478,9 @@ def expunge(self, messages=None):
followed by a list of expunge responses. For example::
('Expunge completed.',
[(2, 'EXPUNGE'),
(1, 'EXPUNGE'),
(0, 'RECENT')])
[(2, 'EXPUNGE'),
(1, 'EXPUNGE'),
(0, 'RECENT')])
In this case, the responses indicate that the message with
sequence numbers 2 and 1 where deleted, leaving no recent
Expand Down

0 comments on commit ea5ef55

Please sign in to comment.