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.