From 6d7770efe278eac4d97e9ee17b92b5c22cdab532 2014-11-12 22:56:29 From: Thomas Kluyver Date: 2014-11-12 22:56:29 Subject: [PATCH] object_info_reply field is oname, not name --- diff --git a/docs/source/development/messaging.rst b/docs/source/development/messaging.rst index 25007c3..1a221b3 100644 --- a/docs/source/development/messaging.rst +++ b/docs/source/development/messaging.rst @@ -518,7 +518,7 @@ Message type: ``object_info_reply``:: content = { # The name the object was requested under - 'name' : str, + 'oname' : str, # Boolean flag indicating whether the named object was found or not. If # it's false, all other fields will be empty.