mailr25651 - /trunk/dep_check.py


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

Header


Content

Posted by edward on September 04, 2014 - 18:42:
Author: bugman
Date: Thu Sep  4 18:42:53 2014
New Revision: 25651

URL: http://svn.gna.org/viewcvs/relax?rev=25651&view=rev
Log:
Epydoc docstring fix for the dep_check.version_comparison() function.


Modified:
    trunk/dep_check.py

Modified: trunk/dep_check.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/dep_check.py?rev=25651&r1=25650&r2=25651&view=diff
==============================================================================
--- trunk/dep_check.py  (original)
+++ trunk/dep_check.py  Thu Sep  4 18:42:53 2014
@@ -47,7 +47,7 @@
     @param version2:    The second version number.
     @type version2:     str
     @return:            The comparison result of the Python cmp() function 
applied to two lists of integers.  This will be one of [-1, 0, 1].
-    @type return:       int
+    @rtype:             int
     """
 
     # Strip out trailing zeros.




Related Messages


Powered by MHonArc, Updated Thu Sep 04 19:00:02 2014