Skip to content

Commit 2be9942

Browse files
author
Matthias Koeppe
committed
src/sage/geometry/cone.py: Fix # optional
1 parent 961f55a commit 2be9942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/geometry/cone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ def _contains(self, point, region='whole cone'):
16841684
sage: c = Cone([(1,0), (0,1)])
16851685
sage: c._contains((1,I)) # optional - sage.symbolic
16861686
False
1687-
sage: c._contains(vector(QQbar, [1,I])) # optional - sage.rings.number_field
1687+
sage: c._contains(vector(QQbar, [1,I])) # optional - sage.rings.number_field sage.symbolic
16881688
False
16891689
16901690
And we refuse to coerce elements of another lattice into ours::

0 commit comments

Comments
 (0)