From 7cb775ecdea7ae8c2ccd141e7de392a69caa472d 2011-09-07 11:17:24 From: Thomas Kluyver Date: 2011-09-07 11:17:24 Subject: [PATCH] Spelling correction. --- diff --git a/IPython/zmq/session.py b/IPython/zmq/session.py index c02f5cc..96526f1 100644 --- a/IPython/zmq/session.py +++ b/IPython/zmq/session.py @@ -401,7 +401,7 @@ class Session(Configurable): [ident1,ident2,...,DELIM,HMAC,p_header,p_parent,p_content, buffer1,buffer2,...]. In this list, the p_* entities are the packed or serialized versions, so if JSON is used, these - are uft8 encoded JSON strings. + are utf8 encoded JSON strings. """ content = msg.get('content', {}) if content is None: