Skip to content

Commit 189f840

Browse files
committed
make linter happier
1 parent f7fe82e commit 189f840

File tree

1 file changed

+2
-2
lines changed
  • src/sage/schemes/elliptic_curves

1 file changed

+2
-2
lines changed

src/sage/schemes/elliptic_curves/hom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,9 +1181,9 @@ def push_subgroup(self, f):
11811181
Given a irreducible divisor `f` of an `l`-division polynomial on the
11821182
domain curve of this isogeny, return an irreducible polynomial `f'`
11831183
such that the subgroup defined by `f` is mapped to the subgroup
1184-
defined by `f'`. See :meth:`minimal_polynomial()`.
1184+
defined by `f'` under the isogeny. See :meth:`minimal_polynomial()`.
11851185
1186-
ALGORITHM: [EPSV2023]_, Algorithm 5 (``PushSubgroup'')
1186+
ALGORITHM: [EPSV2023]_, Algorithm 5 (``PushSubgroup``)
11871187
11881188
EXAMPLES::
11891189

0 commit comments

Comments
 (0)