diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:09:54 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | 2988c0c45151db530c81b3787fbeb8982a904d84 (patch) | |
tree | 1ab2ed5e5fe4f354cff3f69a9e81315eb84a4cdb /python/pyjwt | |
parent | 7c933ae93d1c83f1be4d6be03358486066ce8f95 (diff) |
python/pyjwt: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pyjwt')
-rw-r--r-- | python/pyjwt/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyjwt/README b/python/pyjwt/README index 21fcd9d90475..6c37c1a169bd 100644 --- a/python/pyjwt/README +++ b/python/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. |