summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--msgpack/fallback.py2
1 files changed, 1 insertions, 1 deletions
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: