aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Wayne Parrott <jon.wayne.parrott@gmail.com>2016-05-20 14:47:01 -0700
committerJon Wayne Parrott <jon.wayne.parrott@gmail.com>2016-05-20 14:47:01 -0700
commitf322ef9cdf59d5e4db310baeec2224b914d468c5 (patch)
tree9ef1231a62af4ab5682bf0a447e6ef774d901494 /CHANGELOG.md
parent2ed5788f55fbaf0cc3d3b7eec77fb6193ba549f2 (diff)
downloadoauth2client-f322ef9cdf59d5e4db310baeec2224b914d468c5.tar.gz
Fixing changelog typo
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49c481e..afa8651 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,7 @@
* Adding common `sign_blob()` to service account types and a
`service_account_email` property. (#421)
* Improving error message in P12 factory
- `ServiceAccountCredentials.frogit gadm_p12_keyfile` when pyOpenSSL is
+ `ServiceAccountCredentials.from_p12_keyfile` when pyOpenSSL is
missing. (#424)
* Allowing default flags in `oauth2client.tools.run_flow()`
rather than forcing users to create a dummy argparser (#426)