mailr6151 - /1.3/generic_fns/structure/api_base.py


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

Header


Content

Posted by edward on May 20, 2008 - 11:32:
Author: bugman
Date: Tue May 20 11:32:49 2008
New Revision: 6151

URL: http://svn.gna.org/viewcvs/relax?rev=6151&view=rev
Log:
Removed a PDB reference in the __init__ docstring of the structural API base 
class.


Modified:
    1.3/generic_fns/structure/api_base.py

Modified: 1.3/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/api_base.py?rev=6151&r1=6150&r2=6151&view=diff
==============================================================================
--- 1.3/generic_fns/structure/api_base.py (original)
+++ 1.3/generic_fns/structure/api_base.py Tue May 20 11:32:49 2008
@@ -40,7 +40,7 @@
 
 
     def __init__(self):
-        """Initialise the PDB object."""
+        """Initialise the structural object."""
 
         # The parser specific data object.
         self.structural_data = []




Related Messages


Powered by MHonArc, Updated Tue May 20 12:00:24 2008