@@ -34,19 +34,19 @@ I upload transitional package (msgpack-python 0.5 which depending on msgpack)
3434for smooth transition from msgpack-python to msgpack.
3535
3636Sadly, this doesn't work for upgrade install. After `pip install -U msgpack-python `,
37- msgpack is removed and `import msgpack ` fail.
37+ msgpack is removed, and `import msgpack ` fail.
3838
3939
40- Compatibility with old format
41- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40+ Compatibility with the old format
41+ ^^^^^^^^^^^^^^^^^^^^^^---- ^^^^^^^
4242
4343You can use ``use_bin_type=False `` option to pack ``bytes ``
44- object into raw type in old msgpack spec, instead of bin type in new msgpack spec.
44+ object into raw type in the old msgpack spec, instead of bin type in new msgpack spec.
4545
46- You can unpack old msgpack formatk using ``raw=True `` option.
46+ You can unpack old msgpack format using ``raw=True `` option.
4747It unpacks str (raw) type in msgpack into Python bytes.
4848
49- See note in below for detail.
49+ See note below for detail.
5050
5151
5252Install
@@ -67,7 +67,7 @@ But msgpack provides a pure Python implementation (``msgpack.fallback``)
6767for PyPy and Python 2.
6868
6969Since the [pip](https://pip.pypa.io/) uses the pure Python implementation,
70- Python 2 support will not be dropped in foreseeable feature .
70+ Python 2 support will not be dropped in the foreseeable future .
7171
7272
7373Windows
0 commit comments