##// END OF EJS Templates
Fix minor formatting issues
Alex Kramer -
Show More
@@ -125,8 +125,8 b' messages upon deserialization to the following form for convenience::'
125 # but the Python implementation copies them to the top level.
125 # but the Python implementation copies them to the top level.
126 'msg_id' : uuid,
126 'msg_id' : uuid,
127 'msg_type' : str,
127 'msg_type' : str,
128 'parent_header' : dict
128 'parent_header' : dict,
129 'content' : dict
129 'content' : dict,
130 }
130 }
131
131
132 All messages sent to or received by any IPython process should have this
132 All messages sent to or received by any IPython process should have this
@@ -554,7 +554,7 b' Message type: ``object_info_reply``::'
554 # that no source was found.
554 # that no source was found.
555 'source' : str,
555 'source' : str,
556 }
556 }
557 '
557
558
558
559 Complete
559 Complete
560 --------
560 --------
General Comments 0
You need to be logged in to leave comments. Login now