From 2c38527ac3039332ce613ee05e1f6cdb5fa2f871 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 17 Feb 2010 15:10:08 +0000 Subject: filled out some missing api-doc git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@911010 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/qpid/messaging.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qpid/python') 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 -- cgit v1.2.1