summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-02-17 15:10:08 +0000
committerRafael H. Schloming <rhs@apache.org>2010-02-17 15:10:08 +0000
commit2c38527ac3039332ce613ee05e1f6cdb5fa2f871 (patch)
tree4a47ed854c26e6cf76b5269c982e1144782e5f4d
parentd8510ac5aecfe1d17e538b06718dabe296fc21a3 (diff)
downloadqpid-python-2c38527ac3039332ce613ee05e1f6cdb5fa2f871.tar.gz
filled out some missing api-doc
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911010 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/python/qpid/messaging.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/python/qpid/messaging.py b/qpid/python/qpid/messaging.py
index a3dd1c1ec8..ed67879a4b 100644
--- a/qpid/python/qpid/messaging.py
+++ b/qpid/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