correct p12 example code typo in CHANGELOG.md

s/ServiceAccountCredentials.from_p12_keyfil/ServiceAccountCredentials.from_p12_keyfile/
This commit is contained in:
daryl herzmann
2016-02-23 15:53:09 -06:00
parent 55ed32d890
commit 929bc05568

View File

@@ -51,7 +51,7 @@ environment variable.
For `.p12` keys, construct via
```py
credentials = ServiceAccountCredentials.from_p12_keyfil(
credentials = ServiceAccountCredentials.from_p12_keyfile(
service_account_email, key_file_name, scopes=[...])
```