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 be66831 + ab9b22f commit 9a53327Copy full SHA for 9a53327
README.md
@@ -319,7 +319,7 @@ Gmail supports OAuth over IMAP and SMTP via a standard they call XOAUTH. This al
319
conn = imaplib.IMAP4_SSL('imap.googlemail.com')
320
conn.debug = 4
321
322
- # This is the only thing in the API for impaplib.IMAP4_SSL that has
+ # This is the only thing in the API for imaplib.IMAP4_SSL that has
323
# changed. You now authenticate with the URL, consumer, and token.
324
conn.authenticate(url, consumer, token)
325
0 commit comments