Skip to content

Commit 5875a27

Browse files
committed
removed extra triple quote
1 parent 9412c3f commit 5875a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/msgpack/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//| b = BytesIO()
4949
//| msgpack.pack({'list': [True, False, None, 1, 'abc'], 'str': 'blah'}, b)
5050
//| b.seek(0)
51-
//| print(msgpack.unpack(b))"""
51+
//| print(msgpack.unpack(b))
5252
//|
5353
//| Example 2: handling objects
5454
//|

0 commit comments

Comments
 (0)