Skip to content

Commit 5889aff

Browse files
committed
Merge pull request #7 from brammeleman/patch-2
typo in doc
2 parents 80c2f55 + 914823c commit 5889aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imap_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def disconnect(imap_account):
7373
>>> imap_account = imap_cli.connect(**conf)
7474
>>> imap_account
7575
<imaplib.IMAP4_SSL instance at 0x7fccd57579e0>
76-
>>> imap_cli.change_dir(imap_account, 'INBOX'):
76+
>>> imap_cli.change_dir(imap_account, 'INBOX')
7777
>>> imap_cli.disconnect(imap_account)
7878
"""
7979
log.debug('Disconnecting from {}'.format(imap_account.host))

0 commit comments

Comments
 (0)