]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
cone/nonnegative_orthant.py: add a word to the docs.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Nov 2018 00:09:10 +0000 (19:09 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Nov 2018 00:09:10 +0000 (19:09 -0500)
mjo/cone/nonnegative_orthant.py

index 288f794391a031ab9010d9f70ecea0d77f3aa095..8c42838d1392daa863a4dda2cf7583c68a69d811 100644 (file)
@@ -22,9 +22,9 @@ def nonnegative_orthant(n, lattice=None):
     generators. Each generating ray will have the integer ring as its
     base ring.
 
-    If a ``lattice`` was specified, then the cone will live in that
-    lattice unless its rank is incompatible with the dimension ``n`` (in
-    which case a ``ValueError`` is raised).
+    If a ``lattice`` was specified, then the resulting cone will live in
+    that lattice unless its rank is incompatible with the dimension
+    ``n`` (in which case a ``ValueError`` is raised).
 
     SETUP::