summaryrefslogtreecommitdiff
path: root/python/pyjwt
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 11:09:54 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:37:56 -0400
commit2988c0c45151db530c81b3787fbeb8982a904d84 (patch)
tree1ab2ed5e5fe4f354cff3f69a9e81315eb84a4cdb /python/pyjwt
parent7c933ae93d1c83f1be4d6be03358486066ce8f95 (diff)
downloadslackbuilds-2988c0c45151db530c81b3787fbeb8982a904d84.tar.gz
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/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyjwt/README b/python/pyjwt/README
index 21fcd9d904..6c37c1a169 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.