Fix typo, update documentation (#372)

This commit is contained in:
Ross Scroggs
2016-12-27 09:44:50 -08:00
committed by Jay Lee
parent 8c911215b1
commit 36725c3574
2 changed files with 22 additions and 26 deletions

View File

@ -9955,7 +9955,7 @@ def OAuthInfo():
try:
print u'G Suite Admin: %s' % token_info[u'email']
except KeyError:
print u'G Suite Admin: Unknown'
print u'G Suite Admin: Unknown'
def doDeleteOAuth():
_, credentials = getOauth2TxtStorageCredentials()