summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/qpid/messaging.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/qpid/messaging.py b/python/qpid/messaging.py
index a3dd1c1ec8..ed67879a4b 100644
--- a/python/qpid/messaging.py
+++ b/python/qpid/messaging.py
@@ -941,12 +941,12 @@ class Message:
@type id: str
@ivar id: the message id
- @type user_id: ???
+ @type user_id: str
@ivar user_id: the user-id of the message producer
- @type to: ???
- @ivar to: ???
- @type reply_to: ???
- @ivar reply_to: ???
+ @type to: str
+ @ivar to: the destination address
+ @type reply_to: str
+ @ivar reply_to: the address to send replies
@type correlation_id: str
@ivar correlation_id: a correlation-id for the message
@type properties: dict