From 852f548836706f3a07a66c8c067453f80287e6e6 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/qpid@911010 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/messaging.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python') 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 -- cgit v1.2.1