mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
merge document fix.
This commit is contained in:
commit
9a77ab57f6
@ -79,7 +79,7 @@ cdef class Packer:
|
||||
packer.pack('foo')
|
||||
packer.pack('bar')
|
||||
|
||||
This code is same as below code:
|
||||
This is same to:
|
||||
|
||||
packer.pack(['foo', 'bar'])
|
||||
"""
|
||||
@ -94,9 +94,9 @@ cdef class Packer:
|
||||
packer.pack('foo')
|
||||
packer.pack('bar')
|
||||
|
||||
This code is same as below code:
|
||||
This is same to:
|
||||
|
||||
packer.pack({'foo', 'bar'})
|
||||
packer.pack({'foo': 'bar'})
|
||||
"""
|
||||
msgpack_pack_map(&self.pk, len)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user