From f322ef9cdf59d5e4db310baeec2224b914d468c5 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Fri, 20 May 2016 14:47:01 -0700 Subject: [PATCH] Fixing changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c481e82..afa8651da 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)