Skip to content

Commit 4f78a5f

Browse files
author
Release Manager
committed
gh-37233: fix small mistake in BQFClassGroupQuotientMorphism documentation The possibility to pass discriminants to the constructor instead of `BQFClassGroup` objects was present for an earlier version of #37074, but it was removed during review. However, it seems I forgot to update the docstring accordingly. URL: #37233 Reported by: Lorenz Panny Reviewer(s): Travis Scrimshaw
2 parents cd61411 + 07bb20a commit 4f78a5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/quadratic_forms/bqf_class_group.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,6 @@ class BQFClassGroupQuotientMorphism(Morphism):
728728
is defined by finding a class representative `[a,b,c]` satisfying
729729
`f^2 \mid a` and `f \mid b` and substituting `x \mapsto x/f`.
730730
731-
Alternatively, one may pass the discriminants `f^2 D` and `D` instead
732-
of the :class:`BQFClassGroup` objects `G` and `H`.
733-
734731
This map is a well-defined group homomorphism.
735732
736733
EXAMPLES::

0 commit comments

Comments
 (0)