We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80c2f55 + 914823c commit 5889affCopy full SHA for 5889aff
imap_cli/__init__.py
@@ -73,7 +73,7 @@ def disconnect(imap_account):
73
>>> imap_account = imap_cli.connect(**conf)
74
>>> imap_account
75
<imaplib.IMAP4_SSL instance at 0x7fccd57579e0>
76
- >>> imap_cli.change_dir(imap_account, 'INBOX'):
+ >>> imap_cli.change_dir(imap_account, 'INBOX')
77
>>> imap_cli.disconnect(imap_account)
78
"""
79
log.debug('Disconnecting from {}'.format(imap_account.host))
0 commit comments