diff --git a/docs/source/development/messaging.txt b/docs/source/development/messaging.txt index c105a3a..8600ea4 100644 --- a/docs/source/development/messaging.txt +++ b/docs/source/development/messaging.txt @@ -93,7 +93,7 @@ A message is defined by the following four-dictionary structure:: 'header' : { 'msg_id' : uuid, 'username' : str, - 'session' : uuid + 'session' : uuid, # All recognized message type strings are listed below. 'msg_type' : str, },