Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/modular: Fix some errors shown by tox -e rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 12, 2022
1 parent 16c8046 commit 450cdc3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/sage/modular/btquotients/pautomorphicform.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def __classcall__(cls, X, k, prec=None, basis_matrix=None, base_field=None):
- ``k`` - integer - The weight. It must be even.
- ``prec`` - integer (default: None). If specified, the
precision for the coefficient module
precision for the coefficient module
- ``basis_matrix`` - a matrix (default: None).
Expand Down Expand Up @@ -2223,12 +2223,12 @@ def __classcall__(cls, domain, U, prec=None, t=None, R=None,
it automatically from ``prec``, ``U`` and the ``overconvergent`` flag.
- ``R`` -- (default : None). If specified, coefficient field of the automorphic forms.
If not specified it defaults to the base ring of the distributions ``U``, or to `Q_p`
with the working precision ``prec``.
If not specified it defaults to the base ring of the distributions ``U``, or to `Q_p`
with the working precision ``prec``.
- ``overconvergent`` -- Boolean (default = False). If True, will construct overconvergent
`p`-adic automorphic forms. Otherwise it constructs the finite dimensional space of
`p`-adic automorphic forms which is isomorphic to the space of harmonic cocycles.
`p`-adic automorphic forms. Otherwise it constructs the finite dimensional space of
`p`-adic automorphic forms which is isomorphic to the space of harmonic cocycles.
EXAMPLES:
Expand Down
4 changes: 2 additions & 2 deletions src/sage/modular/hecke/algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ def __call__(self, x, check=True):
- something that can be converted into an element of the
underlying matrix space.
In the last case, the parameter ``check'' controls whether or
In the last case, the parameter ``check`` controls whether or
not to check that this element really does lie in the
appropriate algebra. At present, setting ``check=True'' raises
appropriate algebra. At present, setting ``check=True`` raises
a NotImplementedError unless x is a scalar (or a diagonal
matrix).
Expand Down
2 changes: 1 addition & 1 deletion src/sage/modular/modform/ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def __init__(self, group, base_ring=QQ):
- ``base_ring`` (ring, default: `\QQ`) -- a base ring, which should be
`\QQ`, `\ZZ`, or the integers mod `p` for some prime `p`
TESTS::
TESTS:
Check that :trac:`15037` is fixed::
Expand Down
2 changes: 1 addition & 1 deletion src/sage/modular/modform_hecketriangle/abstract_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, group, base_ring, red_hom, n):
- ``group`` -- The Hecke triangle group (default: ``HeckeTriangleGroup(3)``)
- ``base_ring`` -- The base_ring (default: `\Z).
- ``base_ring`` -- The base_ring (default: `\Z`).
- ``red_hom`` -- If ``True`` then results of binary operations are considered
homogeneous whenever it makes sense (default: ``False``).
Expand Down
2 changes: 1 addition & 1 deletion src/sage/modular/pollack_stevens/modsym.py
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ def _lift_to_OMS(self, p, M, new_base_ring, algorithm = 'greenberg'):
OUTPUT:
- An overconvergent modular symbol whose specialization
equals self up to some Eisenstein error.
equals self up to some Eisenstein error.
EXAMPLES::
Expand Down
1 change: 1 addition & 0 deletions src/sage/modular/pollack_stevens/sigma0.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Over `\QQ` or `\ZZ`, it is the monoid of matrices `2\times2` matrices
`\begin{pmatrix} a & b \\ c & d \end{pmatrix}`
such that
- `ad - bc \ne 0`,
- `a` is integral and invertible at the primes dividing `N`,
- `c` has valuation at least `v_p(N)` for each `p` dividing `N` (but may be
Expand Down

0 comments on commit 450cdc3

Please sign in to comment.