Small changes to docs as recommended
[linpy.git] / doc / polyhedra.rst
index 736cff6..605dded 100644 (file)
@@ -1,11 +1,11 @@
 Polyhedra Module
 ================
 
-.. py:class:: Polyhedron
-
-    Polyhedron class allows users to build and inspect polyherons.  The following methods provide the properties of a polyhedron.
+Polyhedron class allows users to build and inspect polyherons.
 
-    .. py:method:: equalities(self)
+.. py:class:: Polyhedron
+    
+    .. py:property:: equalities(self)
 
         Return a list of the equalities in a polyhedron.
 
@@ -17,8 +17,6 @@ Polyhedra Module
 
         Return ta list of the constraints of a polyhedron.
 
-    The following unary operations can be used to inspect a polyhedron.
-
     .. py:method:: disjoint(self)
 
         Returns a polyhedron as a disjoint.
@@ -31,7 +29,7 @@ Polyhedra Module
 
         Subsitutes an expression into a polyhedron and returns the result.
 
-To create a polyhedron, the user must use the folloing functions to define  equalities and inequalities as the contraints.
+To create a polyhedron, the user can use the following functions to define  equalities and inequalities as the contraints.
 
 .. py:function:: Eq(left, right)