Skip to content

Commit

Permalink
sagemathgh-37233: fix small mistake in BQFClassGroupQuotientMorphism …
Browse files Browse the repository at this point in the history
…documentation

    
The possibility to pass discriminants to the constructor instead of
`BQFClassGroup` objects was present for an earlier version of sagemath#37074,
but it was removed during review. However, it seems I forgot to update
the docstring accordingly.
    
URL: sagemath#37233
Reported by: Lorenz Panny
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager committed Feb 11, 2024
2 parents cd61411 + 07bb20a commit 4f78a5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sage/quadratic_forms/bqf_class_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,6 @@ class BQFClassGroupQuotientMorphism(Morphism):
is defined by finding a class representative `[a,b,c]` satisfying
`f^2 \mid a` and `f \mid b` and substituting `x \mapsto x/f`.
Alternatively, one may pass the discriminants `f^2 D` and `D` instead
of the :class:`BQFClassGroup` objects `G` and `H`.
This map is a well-defined group homomorphism.
EXAMPLES::
Expand Down

0 comments on commit 4f78a5f

Please sign in to comment.