Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikvk committed Aug 1, 2023
1 parent 9a3cc98 commit 5c74f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_tools/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __eq__(self, other):


class MailBoxFolderManager:
"""Operations with mail box folders"""
"""Operations with mailbox folders"""

def __init__(self, mailbox):
self.mailbox = mailbox
Expand Down

0 comments on commit 5c74f76

Please sign in to comment.