Skip to content

Commit b62d78d

Browse files
author
Release Manager
committed
sagemathgh-39487: Improvement of the rendering of the documentation in polynomial sequence We make a small improvement in the documentation. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. URL: sagemath#39487 Reported by: MercedesHaiech Reviewer(s): Travis Scrimshaw
2 parents 20279e5 + 287430a commit b62d78d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sage/rings/polynomial/multi_polynomial_sequence.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,9 @@ def is_groebner(self, singular=singular):
12901290
forms a Groebner basis if and only if for every element `S` in
12911291
`Syz(LM(I))`:
12921292
1293-
`S * G = \sum_{i=0}^{m} h_ig_i ---->_G 0.`
1293+
.. MATH::
1294+
1295+
S \star G = \sum_{i=0}^{m} h_i g_i \longrightarrow_G 0.
12941296
12951297
EXAMPLES::
12961298

0 commit comments

Comments
 (0)