Skip to content

Commit a7ef195

Browse files
committed
fix a doctest
1 parent ab042b9 commit a7ef195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/term_order.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def macaulay2_str(self):
615615
616616
EXAMPLE:
617617
sage: P = PolynomialRing(GF(127),8,names='x',order='degrevlex(3),lex(5)')
618-
sage: P._macaulay2_()
618+
sage: P._macaulay2_() # optional -- requires macaulay2
619619
ZZ/127 [x0, x1, x2, x3, x4, x5, x6, x7, MonomialOrder => {GRevLex => 3, Lex => 5}, MonomialSize => 16]
620620
"""
621621
return self.__macaulay2_str

0 commit comments

Comments
 (0)