From 7b8b7a41b839e1a0180ba0a4f7506dcc655b51e9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 11 Nov 2018 19:09:10 -0500 Subject: [PATCH] cone/nonnegative_orthant.py: add a word to the docs. --- mjo/cone/nonnegative_orthant.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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:: -- 2.43.2