8000 Update README · ossdev07/msgpack-python@0fc0eb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fc0eb2

Browse files
committed
Update README
1 parent 5ba496c commit 0fc0eb2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ I upload transitional package (msgpack-python 0.5 which depending on msgpack)
3434
for smooth transition from msgpack-python to msgpack.
3535

3636
Sadly, 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

4343
You 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.
4747
It 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

5252
Install
@@ -67,7 +67,7 @@ But msgpack provides a pure Python implementation (``msgpack.fallback``)
6767
for PyPy and Python 2.
6868

6969
Since 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

7373
Windows

0 commit comments

Comments
 (0)
0