You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2014/02/03 14:51:25 UTC

svn commit: r1563896 - /qpid/proton/trunk/proton-c/bindings/python/proton.py

Author: kgiusti
Date: Mon Feb  3 13:51:25 2014
New Revision: 1563896

URL: http://svn.apache.org/r1563896
Log:
NO-JIRA: fix units described in doc string

Modified:
    qpid/proton/trunk/proton-c/bindings/python/proton.py

Modified: qpid/proton/trunk/proton-c/bindings/python/proton.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/python/proton.py?rev=1563896&r1=1563895&r2=1563896&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/python/proton.py (original)
+++ qpid/proton/trunk/proton-c/bindings/python/proton.py Mon Feb  3 13:51:25 2014
@@ -2839,7 +2839,7 @@ Sets the maximum size for received frame
 
   idle_timeout = property(_get_idle_timeout, _set_idle_timeout,
                           doc="""
-The idle timeout of the connection (in milliseconds).
+The idle timeout of the connection (float, in seconds).
 """)
 
   @property



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