summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2019-11-14 16:11:08 +1100
committerJosé Padilla <jpadilla@webapplicate.com>2019-11-14 00:11:08 -0500
commitbcb6ee34c2cd46005576e294eb5aba0c496a80d5 (patch)
tree3f238287cbafab7147858d7683a91d775ac4acf5
parent8c93b2a314788798680febadfc5cac05b8dee5a5 (diff)
downloadpyjwt-bcb6ee34c2cd46005576e294eb5aba0c496a80d5.tar.gz
Fix simple typo: encododed -> encoded (#462)
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07bb812..fa42d8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -103,7 +103,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Fixed
-- Guard against PKCS1 PEM encododed public keys [#277][277]
+- Guard against PKCS1 PEM encoded public keys [#277][277]
- Add deprecation warning when decoding without specifying `algorithms` [#277][277]
- Improve deprecation messages [#270][270]
- PyJWT.decode: move verify param into options [#271][271]