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.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to