diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:04:34 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:55 -0400 |
commit | 47a1fcc741aa61d3c7759b20ae6c5c98ee3964b9 (patch) | |
tree | 65ff96d95018164692e99e6dee457bbb84b7649c /python/msgpack-python | |
parent | ca966e57f50b89dfb2c8d1c5499cbfef30c3c2e0 (diff) |
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/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/python/msgpack-python/README b/python/msgpack-python/README index 9176445d49b1..261d1b03e322 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. |