8000 Update __init__.py · wumingcp-ps/msgpack-python@80003dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 80003dd

Browse files
committed
Update __init__.py
1 parent 6c035cf commit 80003dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def unpack(stream, **kwargs):
5151
"""
5252
Unpack an object from `stream`.
5353
54-
Raises `ExtraData` when `packed` contains extra bytes.
54+
Raises `ExtraData` when `stream` contains extra bytes.
5555
See :class:`Unpacker` for options.
5656
"""
5757
data = stream.read()

0 commit comments

Comments
 (0)
0