Skip to content

Commit

Permalink
src/sage/categories/hecke_modules.py: Fix # needs to fix doctest data…
Browse files Browse the repository at this point in the history
…flow warning
  • Loading branch information
mkoeppe committed Jun 3, 2024
1 parent e5f42fa commit b49e5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/hecke_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _Hom_(self, Y, category):
TESTS::
sage: H = M._Hom_(M, category=HeckeModules(GF(5))); H # needs sage.modular sage.rings.finite_rings
sage: H = M._Hom_(M, category=HeckeModules(GF(5))); H # needs sage.libs.pari sage.modular
Traceback (most recent call last):
...
TypeError: Category of Hecke modules over Finite Field of size 5
Expand Down

0 comments on commit b49e5a7

Please sign in to comment.