From: Michael Orlitzky Date: Mon, 12 Nov 2018 00:09:10 +0000 (-0500) Subject: cone/nonnegative_orthant.py: add a word to the docs. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=7b8b7a41b839e1a0180ba0a4f7506dcc655b51e9;p=sage.d.git cone/nonnegative_orthant.py: add a word to the docs. --- 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::