mailr5720 - /branches/spin_loop_bool/generic_fns/selection.py


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

Header


Content

Posted by edward on April 14, 2008 - 22:22:
Author: bugman
Date: Mon Apr 14 22:22:08 2008
New Revision: 5720

URL: http://svn.gna.org/viewcvs/relax?rev=5720&view=rev
Log:
Small docstring updates.


Modified:
    branches/spin_loop_bool/generic_fns/selection.py

Modified: branches/spin_loop_bool/generic_fns/selection.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spin_loop_bool/generic_fns/selection.py?rev=5720&r1=5719&r2=5720&view=diff
==============================================================================
--- branches/spin_loop_bool/generic_fns/selection.py (original)
+++ branches/spin_loop_bool/generic_fns/selection.py Mon Apr 14 22:22:08 2008
@@ -61,15 +61,16 @@
 class Selection(object):
     """An object containing mol-res-spin selections.
 
-    A Selection object represents either a set of selected
-    molecules, residues and spins, or the union or intersection
-    of two other Selection objects."""
+    A Selection object represents either a set of selected molecules, 
residues and spins, or the
+    union or intersection of two other Selection objects.
+    """
 
     def __init__(self, select_string):
         """Initialise a Selection object.
 
-        @type select_string: string
-        @param select_string: a mol-res-spin selection string"""
+        @param select_string:   A mol-res-spin selection string.
+        @type select_string:    string
+        """
 
         self._union = None
         self._intersect = None




Related Messages


Powered by MHonArc, Updated Mon Apr 14 22:40:29 2008