diff --git a/msgpack/fallback.py b/msgpack/fallback.py index f9a2f5e..c66592c 100644 --- a/msgpack/fallback.py +++ b/msgpack/fallback.py @@ -147,7 +147,7 @@ class Unpacker(object): example of streaming deserialization from socket:: - unpacker = Unapcker() + unpacker = Unpacker() while 1: buf = sock.recv(1024*2) if not buf: