diff --git a/jose/jws.py b/jose/jws.py index bfaf6bd0..a55a04c1 100644 --- a/jose/jws.py +++ b/jose/jws.py @@ -113,7 +113,7 @@ def get_unverified_claims(token): """Returns the decoded claims without verification of any kind. Args: - token (str): A signed JWS to decode the headers from. + token (str): A signed JWS to decode the claims from. Returns: str: The str representation of the token claims.