##// END OF EJS Templates
Spelling correction.
Thomas Kluyver -
Show More
@@ -401,7 +401,7 b' class Session(Configurable):'
401 [ident1,ident2,...,DELIM,HMAC,p_header,p_parent,p_content,
401 [ident1,ident2,...,DELIM,HMAC,p_header,p_parent,p_content,
402 buffer1,buffer2,...]. In this list, the p_* entities are
402 buffer1,buffer2,...]. In this list, the p_* entities are
403 the packed or serialized versions, so if JSON is used, these
403 the packed or serialized versions, so if JSON is used, these
404 are uft8 encoded JSON strings.
404 are utf8 encoded JSON strings.
405 """
405 """
406 content = msg.get('content', {})
406 content = msg.get('content', {})
407 if content is None:
407 if content is None:
General Comments 0
You need to be logged in to leave comments. Login now