Skip to content

Commit

Permalink
src/sage/modular/modform/ring.py: added missing punctuations
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAyotte committed Aug 30, 2024
1 parent 31ed0d5 commit aeea273
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/modular/modform/ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def polynomial_ring(self, names, gens=None):
generators returned by the method
:meth:`~sage.modular.modform.find_generator.ModularFormsRing.gen_forms`
is used instead. Note that we do not check if the list is
indeed a generating set
indeed a generating set.
OUTPUT: a multivariate polynomial ring in the variable
``names``. Each variable of the polynomial ring correspond to a
Expand Down Expand Up @@ -422,13 +422,13 @@ def from_polynomial(self, polynomial, gens=None):
- ``polynomial`` -- a multivariate polynomial. The variables
names of the polynomial should be different from ``'q'``. The
number of variable of this polynomial should equal the number
of given generators
of given generators.
- ``gens`` -- list of modular forms generating this ring
(default: ``None``); if ``gens`` is ``None`` then the list of
generators returned by the method
:meth:`~sage.modular.modform.find_generator.ModularFormsRing.gen_forms`
is used instead. Note that we do not check if the list is
indeed a generating set
indeed a generating set.
OUTPUT: a ``GradedModularFormElement`` given by the polynomial
relation ``polynomial``
Expand Down Expand Up @@ -845,7 +845,7 @@ def gen_forms(self, maxweight=8, start_gens=[], start_weight=2):
- ``start_gens`` -- list (default: ``[]``); a list of
modular forms. If this list is nonempty, we find a minimal
generating set containing these forms
generating set containing these forms.
- ``start_weight`` -- integer (default: 2); calculate the graded
subalgebra of forms of weight at least ``start_weight``
Expand Down

0 comments on commit aeea273

Please sign in to comment.