From ee23a75baf87399b5c9fa9921f62caf50a8f5c07 2012-06-23 02:40:54 From: Alex Kramer Date: 2012-06-23 02:40:54 Subject: [PATCH] Fix minor formatting issues --- diff --git a/docs/source/development/messaging.txt b/docs/source/development/messaging.txt index 9392768..ab45c64 100644 --- a/docs/source/development/messaging.txt +++ b/docs/source/development/messaging.txt @@ -125,8 +125,8 @@ messages upon deserialization to the following form for convenience:: # but the Python implementation copies them to the top level. 'msg_id' : uuid, 'msg_type' : str, - 'parent_header' : dict - 'content' : dict + 'parent_header' : dict, + 'content' : dict, } All messages sent to or received by any IPython process should have this @@ -554,7 +554,7 @@ Message type: ``object_info_reply``:: # that no source was found. 'source' : str, } -' + Complete --------