mailr5656 - /1.3/generic_fns/pipes.py


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

Header


Content

Posted by edward on April 13, 2008 - 21:37:
Author: bugman
Date: Sun Apr 13 21:25:29 2008
New Revision: 5656

URL: http://svn.gna.org/viewcvs/relax?rev=5656&view=rev
Log:
Removed the word 'run' from the copy() docstring.


Modified:
    1.3/generic_fns/pipes.py

Modified: 1.3/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pipes.py?rev=5656&r1=5655&r2=5656&view=diff
==============================================================================
--- 1.3/generic_fns/pipes.py (original)
+++ 1.3/generic_fns/pipes.py Sun Apr 13 21:25:29 2008
@@ -39,8 +39,8 @@
 def copy(pipe_from=None, pipe_to=None):
     """Copy the contents of the source data pipe to a new target data pipe.
 
-    If the 'pipe_from' argument is None then the current run is assumed as 
the source.  The data
-    pipe corresponding to 'pipe_to' cannot exist.
+    If the 'pipe_from' argument is None then the current data pipe is 
assumed as the source.  The
+    data pipe corresponding to 'pipe_to' cannot exist.
 
     @param pipe_from:   The name of the source data pipe to copy the data 
from.
     @type pipe_from:    str




Related Messages


Powered by MHonArc, Updated Sun Apr 13 21:40:17 2008