X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Fcone%2Fnonnegative_orthant.py;h=8c42838d1392daa863a4dda2cf7583c68a69d811;hb=93cab80b7a220a16a906be8442ba795d8146df14;hp=288f794391a031ab9010d9f70ecea0d77f3aa095;hpb=cc84aa97cee45609d60893755d5b06be2c79f32e;p=sage.d.git diff --git a/mjo/cone/nonnegative_orthant.py b/mjo/cone/nonnegative_orthant.py index 288f794..8c42838 100644 --- a/mjo/cone/nonnegative_orthant.py +++ b/mjo/cone/nonnegative_orthant.py @@ -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::