mailr19691 - /trunk/compat.py


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

Header


Content

Posted by edward on May 15, 2013 - 18:19:
Author: bugman
Date: Wed May 15 18:19:46 2013
New Revision: 19691

URL: http://svn.gna.org/viewcvs/relax?rev=19691&view=rev
Log:
Epydoc docstring fixes for the compat module.


Modified:
    trunk/compat.py

Modified: trunk/compat.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/compat.py?rev=19691&r1=19690&r2=19691&view=diff
==============================================================================
--- trunk/compat.py (original)
+++ trunk/compat.py Wed May 15 18:19:46 2013
@@ -107,7 +107,7 @@
     @param file:    The file path to open.
     @type file:     str
     @keyword mode:  The mode to open the file with.  Only the values of 'r' 
and 'w' for reading and writing respectively are supported.
-    @type model:    str
+    @type mode:     str
     @return:        The bzip2 file object.
     @rtype:         file object
     """
@@ -161,7 +161,7 @@
     @param file:    The file path to open.
     @type file:     str
     @keyword mode:  The mode to open the file with.  Only the values of 'r' 
and 'w' for reading and writing respectively are supported.
-    @type model:    str
+    @type mode:     str
     @return:        The gzipped file object.
     @rtype:         file object
     """




Related Messages


Powered by MHonArc, Updated Wed May 15 18:40:02 2013