Change name of method
[linpy.git] / doc / domain.rst
index 7098c32..e45b0fb 100644 (file)
@@ -17,13 +17,10 @@ Domains Module
     
         Returns a domain as disjoint.
         
     
         Returns a domain as disjoint.
         
-    .. py:method:: num_parameters   
-        
-        Returns the total number of parameters, input, output or dimensions in a domain.
-        
-    .. py:method:: involves_dims(self, dims)
+    .. py:method:: involves_vars(self, vars)
     
     
-       Returns ``True`` if a domain depends on the given dimensions. 
+       Returns ``True`` if a domain depends on the given variables.
+        
         
     The unary properties of a domain can be inspected using the following methods. 
     
         
     The unary properties of a domain can be inspected using the following methods.