Skip to content

Commit 252ecd5

Browse files
author
Michael Davis
committed
Merge pull request #15 from callahad/typo
Fix typo
2 parents 89fd35c + 0bfc1d9 commit 252ecd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jose/jwk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def process_prepare_key(self, key):
107107
"""
108108
raise NotImplementedError
109109

110-
def process_deserilialize(self):
110+
def process_deserialize(self):
111111
"""
112112
Processes deserializing a key into a JWK JSON format.
113113

0 commit comments

Comments
 (0)