mailr16651 - /branches/uf_redesign/user_functions/pipe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 05, 2012 - 09:14:
Author: bugman
Date: Tue Jun  5 09:14:36 2012
New Revision: 16651

URL: http://svn.gna.org/viewcvs/relax?rev=16651&view=rev
Log:
Improvements to the 'bundle' arg specification of the pipe.create user 
function.


Modified:
    branches/uf_redesign/user_functions/pipe.py

Modified: branches/uf_redesign/user_functions/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/pipe.py?rev=16651&r1=16650&r2=16651&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/pipe.py (original)
+++ branches/uf_redesign/user_functions/pipe.py Tue Jun  5 09:14:36 2012
@@ -147,8 +147,8 @@
 uf.add_keyarg(
     name = "bundle",
     py_type = "str",
-    desc_short = "the pipe bundle",
-    desc = "The optional pipe bundle is a special grouping or clustering of 
data pipes.",
+    desc_short = "pipe bundle",
+    desc = "The optional pipe bundle is a special grouping or clustering of 
data pipes.  If this is specified, the newly created data pipe will be added 
to this bundle.",
     wiz_element_type = 'combo',
     wiz_combo_iter = pipes.bundle_names,
     wiz_read_only = False,




Related Messages


Powered by MHonArc, Updated Tue Jun 05 09:20:02 2012