diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:17:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | 5aa7b6da0f041a61ee307633918cfc43213fb777 (patch) | |
tree | 8a5b6f2f31c0b6b2ee1efcb8cbdcd675732d72e5 /python/python3-pyjwt | |
parent | 190baeb4d0fd06e01edb1f85ac950b0684344c15 (diff) |
python/python3-pyjwt: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-pyjwt')
-rw-r--r-- | python/python3-pyjwt/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-pyjwt/README b/python/python3-pyjwt/README index 21fcd9d90475..6c37c1a169bd 100644 --- a/python/python3-pyjwt/README +++ b/python/python3-pyjwt/README @@ -1,3 +1,3 @@ -PyJWT is a Python library which allows you to encode and decode JSON Web -Tokens (JWT). JWT is an open, industry-standard (RFC 7519) for representing -claims securely between two parties. +PyJWT is a Python library which allows you to encode and decode JSON +Web Tokens (JWT). JWT is an open, industry-standard (RFC 7519) for +representing claims securely between two parties. |