Skip to content

Commit 5d6033d

Browse files
committed
fix suggested details
1 parent 411bb55 commit 5d6033d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/sage/modular/abvar/homology.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
# https://www.gnu.org/licenses/
5353
# ****************************************************************************
5454

55+
from sage.categories.commutative_rings import CommutativeRings
5556
from sage.modular.hecke.module import HeckeModule_free_module
5657
from sage.rings.integer import Integer
5758
from sage.rings.integer_ring import ZZ
5859
from sage.rings.rational_field import QQ
59-
from sage.categories.commutative_rings import CommutativeRings
6060
from sage.structure.richcmp import richcmp_method, richcmp, richcmp_not_equal
6161

6262
# TODO: we will probably also need homology that is *not* a Hecke module.
@@ -74,11 +74,9 @@ def hecke_polynomial(self, n, var='x'):
7474
7575
INPUT:
7676
77+
- ``n`` -- positive integer
7778
78-
- ``n`` - positive integer
79-
80-
- ``var`` - string (default: 'x') the variable name
81-
79+
- ``var`` -- string (default: 'x') the variable name
8280
8381
OUTPUT: a polynomial over ZZ in the given variable
8482

0 commit comments

Comments
 (0)