Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #437 from akrherz/patch-1
Browse files Browse the repository at this point in the history
Correct p12 example code typo in CHANGELOG.md.
  • Loading branch information
nathanielmanistaatgoogle committed Feb 23, 2016
2 parents 55ed32d + 929bc05 commit c0c6ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=[...])
```

Expand Down

0 comments on commit c0c6ab0

Please sign in to comment.