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

Commit

Permalink
Trac 29010: split off sage.rings.number_field.homset from sage.rings.…
Browse files Browse the repository at this point in the history
…number_field.morphism
  • Loading branch information
pjbruin committed Jan 14, 2020
1 parent b8f53f7 commit 1a66fed
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 562 deletions.
1 change: 1 addition & 0 deletions src/doc/en/reference/number_fields/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Morphisms
:maxdepth: 1

sage/rings/number_field/morphism
sage/rings/number_field/homset
sage/rings/number_field/number_field_morphisms
sage/rings/number_field/maps
sage/rings/number_field/structure
Expand Down
2 changes: 1 addition & 1 deletion src/sage/categories/rings.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def _Hom_(self, Y, category):
<class 'sage.rings.homset.RingHomset_generic_with_category'>
sage: Hom(CyclotomicField(3), QQ, category = Rings()).__class__
<class 'sage.rings.number_field.morphism.CyclotomicFieldHomset_with_category'>
<class 'sage.rings.number_field.homset.CyclotomicFieldHomset_with_category'>
sage: TestSuite(Hom(QQ, QQ, category = Rings())).run() # indirect doctest
Expand Down
Loading

0 comments on commit 1a66fed

Please sign in to comment.