Skip to content

Commit 0bfc1d9

Browse files
committed
Fix typo
1 parent 89fd35c commit 0bfc1d9

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)