From 0c3fecf91bb39c6672fbf2f56d1c6e9a25ff90f0 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 1 May 2013 12:15:12 +0900 Subject: fix a typo in a comment --- msgpack/fallback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msgpack/fallback.py') 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: -- cgit v1.2.1