From 47a1fcc741aa61d3c7759b20ae6c5c98ee3964b9 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Mar 2022 11:04:34 -0400 Subject: python/msgpack-python: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/msgpack-python/README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'python/msgpack-python') 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. -- cgit v1.2.3