removed extra triple quote

This commit is contained in:
Bernhard Boser 2020-12-07 16:32:38 -08:00
parent 9412c3f58e
commit 5875a27fa8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
//| b = BytesIO()
//| msgpack.pack({'list': [True, False, None, 1, 'abc'], 'str': 'blah'}, b)
//| b.seek(0)
//| print(msgpack.unpack(b))"""
//| print(msgpack.unpack(b))
//|
//| Example 2: handling objects
//|