##// END OF EJS Templates
add missing comma
MinRK -
Show More
@@ -93,7 +93,7 b' A message is defined by the following four-dictionary structure::'
93 'header' : {
93 'header' : {
94 'msg_id' : uuid,
94 'msg_id' : uuid,
95 'username' : str,
95 'username' : str,
96 'session' : uuid
96 'session' : uuid,
97 # All recognized message type strings are listed below.
97 # All recognized message type strings are listed below.
98 'msg_type' : str,
98 'msg_type' : str,
99 },
99 },
General Comments 0
You need to be logged in to leave comments. Login now