mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Merge pull request #72 from lgov/master
* msgpack/exceptions.py: Fix typo in error message.
This commit is contained in:
commit
f45d7b4e2d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class ExtraData(ValueError):
|
|||
self.extra = extra
|
||||
|
||||
def __str__(self):
|
||||
return "unpack(b) recieved extra data."
|
||||
return "unpack(b) received extra data."
|
||||
|
||||
class PackException(Exception):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue