Skip to content

Commit aa29de1

Browse files
committed
typo
1 parent 428689a commit aa29de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptojwt/jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def unpack(self, token, timestamp=None):
312312
Unpack a received signed or signed and encrypted Json Web Token
313313
314314
:param token: The Json Web Token
315-
:param t: Time for evaluation (default now)
315+
:param timestamp: Time for evaluation (default now)
316316
:return: If decryption and signature verification work the payload
317317
will be returned as a Message instance if possible.
318318
"""

0 commit comments

Comments
 (0)