From: Michael Orlitzky Date: Fri, 2 Nov 2018 00:17:54 +0000 (-0400) Subject: cone/faces.py: update the wording of two tests. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=ea01204cdc4b554999d17f0bfa84fcb724410f42;p=sage.d.git cone/faces.py: update the wording of two tests. --- diff --git a/mjo/cone/faces.py b/mjo/cone/faces.py index baa0708..48d201b 100644 --- a/mjo/cone/faces.py +++ b/mjo/cone/faces.py @@ -48,7 +48,7 @@ def face_generated_by(K,S): TESTS: - The face generated by a set should be a face:: + The face generated by should be a face:: sage: set_random_seed() sage: K = random_cone(max_ambient_dim=8, max_rays=10) @@ -57,7 +57,7 @@ def face_generated_by(K,S): sage: F.is_face_of(K) True - The face generated a set should always contain that set:: + The face generated by a set should always contain that set:: sage: set_random_seed() sage: K = random_cone(max_ambient_dim=8, max_rays=10)