Skip to content

Commit 9a53327

Browse files
committed
Merge branch 'master' of git://github.com/brutasse/python-oauth2
2 parents be66831 + ab9b22f commit 9a53327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Gmail supports OAuth over IMAP and SMTP via a standard they call XOAUTH. This al
319319
conn = imaplib.IMAP4_SSL('imap.googlemail.com')
320320
conn.debug = 4
321321

322-
# This is the only thing in the API for impaplib.IMAP4_SSL that has
322+
# This is the only thing in the API for imaplib.IMAP4_SSL that has
323323
# changed. You now authenticate with the URL, consumer, and token.
324324
conn.authenticate(url, consumer, token)
325325

0 commit comments

Comments
 (0)