There was an error while loading. Please reload this page.
2 parents 2f6061c + 12f8714 commit f45d7b4Copy full SHA for f45d7b4
1 file changed
msgpack/exceptions.py
@@ -20,7 +20,7 @@ def __init__(self, unpacked, extra):
20
self.extra = extra
21
22
def __str__(self):
23
- return "unpack(b) recieved extra data."
+ return "unpack(b) received extra data."
24
25
class PackException(Exception):
26
pass
0 commit comments