Skip to content

Commit 3f0a49e

Browse files
committed
pr #36030: fix docstring
1 parent c7bb2cf commit 3f0a49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/multi_polynomial_libsingular.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5766,7 +5766,7 @@ cdef class MPolynomial_libsingular(MPolynomial_libsingular_base):
57665766
57675767
- ``J`` -- list of elements of the parent polynomial ring
57685768
5769-
- ``algorithm`` -- can be ``None`` (the default), "algebra_containment",
5769+
- ``algorithm`` -- can be "algebra_containment" (the default),
57705770
"inSubring", or "groebner".
57715771
57725772
- "algebra_containment" (default): use Singular's

0 commit comments

Comments
 (0)