Skip to content

Commit

Permalink
Merge pull request Gentux#7 from brammeleman/patch-2
Browse files Browse the repository at this point in the history
typo in doc
  • Loading branch information
Gentux committed Dec 2, 2014
2 parents 80c2f55 + 914823c commit 5889aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def disconnect(imap_account):
>>> imap_account = imap_cli.connect(**conf)
>>> imap_account
<imaplib.IMAP4_SSL instance at 0x7fccd57579e0>
>>> imap_cli.change_dir(imap_account, 'INBOX'):
>>> imap_cli.change_dir(imap_account, 'INBOX')
>>> imap_cli.disconnect(imap_account)
"""
log.debug('Disconnecting from {}'.format(imap_account.host))
Expand Down

0 comments on commit 5889aff

Please sign in to comment.