Skip to content

Commit 43bde57

Browse files
author
Roland Hedberg
authored
Merge pull request #61 from lookuptable/docstring
Fix docstring
2 parents 8a757f7 + d6e21b9 commit 43bde57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jwkest/jwk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def keyrep(kspec, enc="utf-8"):
670670

671671
def jwk_wrap(key, use="", kid=""):
672672
"""
673-
Instantiated a Key instance with the given key
673+
Instantiate a Key instance with the given key
674674
675675
:param key: The keys to wrap
676676
:param use: What the key are expected to be use for

0 commit comments

Comments
 (0)