mailr5166 - in /1.3: generic_fns/align_tensor.py generic_fns/selection.py generic_fns/value.py specific_fns/base_class.py


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

Header


Content

Posted by edward on March 22, 2008 - 23:27:
Author: bugman
Date: Sat Mar 22 23:27:00 2008
New Revision: 5166

URL: http://svn.gna.org/viewcvs/relax?rev=5166&view=rev
Log:
Replaced all '@return type:' with '@rtype:'.


Modified:
    1.3/generic_fns/align_tensor.py
    1.3/generic_fns/selection.py
    1.3/generic_fns/value.py
    1.3/specific_fns/base_class.py

Modified: 1.3/generic_fns/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/align_tensor.py?rev=5166&r1=5165&r2=5166&view=diff
==============================================================================
--- 1.3/generic_fns/align_tensor.py (original)
+++ 1.3/generic_fns/align_tensor.py Sat Mar 22 23:27:00 2008
@@ -609,7 +609,7 @@
     @param nuc2:    The first nucleus type.
     @type nuc2:     str
     @return:        The kappa constant value.
-    @return type:   float
+    @rtype:         float
     """
 
     # Gyromagnetic ratio of the first nucleus.

Modified: 1.3/generic_fns/selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/selection.py?rev=5166&r1=5165&r2=5166&view=diff
==============================================================================
--- 1.3/generic_fns/selection.py (original)
+++ 1.3/generic_fns/selection.py Sat Mar 22 23:27:00 2008
@@ -206,7 +206,7 @@
     @param selection:   The selection string.
     @type selection:    str
     @return:            The number of non-empty spins.
-    @return type:       int
+    @rtype:             int
     """
 
     # No data, hence no spins.

Modified: 1.3/generic_fns/value.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/value.py?rev=5166&r1=5165&r2=5166&view=diff
==============================================================================
--- 1.3/generic_fns/value.py (original)
+++ 1.3/generic_fns/value.py Sat Mar 22 23:27:00 2008
@@ -46,7 +46,7 @@
     @return:        A tuple, of length 4, of lists.  The first and second 
elements are the lists of
                     spin specific parameters and values respectively.  The 
third and forth elements
                     are the lists of all other parameters and their values.
-    @return type:   tuple of 4 lists
+    @rtype:         tuple of 4 lists
     """
 
     # Specific functions.

Modified: 1.3/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/base_class.py?rev=5166&r1=5165&r2=5166&view=diff
==============================================================================
--- 1.3/specific_fns/base_class.py (original)
+++ 1.3/specific_fns/base_class.py Sat Mar 22 23:27:00 2008
@@ -149,7 +149,7 @@
         @param sim:     The Monte Carlo simulation index.
         @type sim:      None or int
         @return:        The value and error corresponding to 
-        @return type:   tuple of length 2 of floats or None
+        @rtype:         tuple of length 2 of floats or None
         """
 
         # Get the object name.




Related Messages


Powered by MHonArc, Updated Sat Mar 22 23:40:11 2008