You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2014/10/10 14:43:37 UTC

svn commit: r1630803 - /qpid/proton/branches/examples/proton-c/bindings/python/proton.py

Author: gsim
Date: Fri Oct 10 12:43:36 2014
New Revision: 1630803

URL: http://svn.apache.org/r1630803
Log:
NO-JIRA: Fix docstring for proton.Message.inferred property.

Modified:
    qpid/proton/branches/examples/proton-c/bindings/python/proton.py

Modified: qpid/proton/branches/examples/proton-c/bindings/python/proton.py
URL: http://svn.apache.org/viewvc/qpid/proton/branches/examples/proton-c/bindings/python/proton.py?rev=1630803&r1=1630802&r2=1630803&view=diff
==============================================================================
--- qpid/proton/branches/examples/proton-c/bindings/python/proton.py (original)
+++ qpid/proton/branches/examples/proton-c/bindings/python/proton.py Fri Oct 10 12:43:36 2014
@@ -866,7 +866,7 @@ class Message(object):
   def _set_inferred(self, value):
     self._check(pn_message_set_inferred(self._msg, bool(value)))
 
-  inferred = property(_is_inferred, _set_inferred,"""
+  inferred = property(_is_inferred, _set_inferred, doc="""
 The inferred flag for a message indicates how the message content
 is encoded into AMQP sections. If inferred is true then binary and
 list values in the body of the message will be encoded as AMQP DATA



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org