summaryrefslogtreecommitdiffstats
path: root/python/msgpack-python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:04:34 +0100
committer B. Watson2022-03-17 17:37:55 +0100
commit47a1fcc741aa61d3c7759b20ae6c5c98ee3964b9 (patch)
tree65ff96d95018164692e99e6dee457bbb84b7649c /python/msgpack-python
parentca966e57f50b89dfb2c8d1c5499cbfef30c3c2e0 (diff)
downloadslackbuilds-47a1fcc741aa61d3c7759b20ae6c5c98ee3964b9.tar.gz
python/msgpack-python: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/msgpack-python')
-rw-r--r--python/msgpack-python/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/python/msgpack-python/README b/python/msgpack-python/README
index 9176445d49..261d1b03e3 100644
--- a/python/msgpack-python/README
+++ b/python/msgpack-python/README
@@ -1,6 +1,7 @@
-It's like JSON.
-but fast and small.
-MessagePack is an efficient binary serialization format. It lets you exchange
-data among multiple languages like JSON. But it's faster and smaller.
-Small integers are encoded into a single byte, and typical short strings require
-only one extra byte in addition to the strings themselves.
+It's like JSON, but fast and small.
+
+MessagePack is an efficient binary serialization format. It lets you
+exchange data among multiple languages like JSON. But it's faster and
+smaller. Small integers are encoded into a single byte, and typical
+short strings require only one extra byte in addition to the strings
+themselves.