mailr6159 - /1.3/generic_fns/structure/internal.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 - 16:05:
Author: bugman
Date: Tue May 20 15:43:32 2008
New Revision: 6159

URL: http://svn.gna.org/viewcvs/relax?rev=6159&view=rev
Log:
Docstring fix for the atom_connect() method.


Modified:
    1.3/generic_fns/structure/internal.py

Modified: 1.3/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/internal.py?rev=6159&r1=6158&r2=6159&view=diff
==============================================================================
--- 1.3/generic_fns/structure/internal.py (original)
+++ 1.3/generic_fns/structure/internal.py Tue May 20 15:43:32 2008
@@ -158,10 +158,10 @@
         This method will append index2 to the array at bonded[index1] and 
vice versa.
 
 
-        @param atom_index:      The index of the first atom.
-        @type atom_index:       int
-        @param bonded_index:    The index of the second atom.
-        @type bonded_index:     int
+        @param index1:  The index of the first atom.
+        @type index1:   int
+        @param index2:  The index of the second atom.
+        @type index2:   int
         """
 
         # Update the bonded array structure.




Related Messages


Powered by MHonArc, Updated Tue May 20 16:20:23 2008