8000 Merge pull request #72 from lgov/master · zhurs/msgpack-python@f45d7b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f45d7b4

Browse files
committed
Merge pull request msgpack#72 from lgov/master
* msgpack/exceptions.py: Fix typo in error message.
2 parents 2f6061c + 12f8714 commit f45d7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, unpacked, extra):
2020
self.extra = extra
2121

2222
def __str__(self):
23-
return "unpack(b) recieved extra data."
23+
return "unpack(b) received extra data."
2424

2525
class PackException(Exception):
2626
pass

0 commit comments

Comments
 (0)
0