X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/cc6c00616ffb4e7bdf81d5d186ea91b61b304ff1..5eca735504be3b7c301e2a1fa37712eb88b4ec64:/doc/domain.rst?ds=sidebyside diff --git a/doc/domain.rst b/doc/domain.rst index 7f99617..e45b0fb 100644 --- a/doc/domain.rst +++ b/doc/domain.rst @@ -17,9 +17,10 @@ Domains Module Returns a domain as disjoint. - .. py:method:: involvesvars(self, vars) + .. 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.