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

Commit

Permalink
10668: trivial doctest output updates w.r.t. the new printing of homsets
Browse files Browse the repository at this point in the history
  • Loading branch information
nthiery committed Jun 22, 2014
1 parent 125aa8e commit fc5b0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/categories/hecke_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def extra_super_categories_disabled(self):
EXAMPLES::
sage: HeckeModules(ZZ).Homsets().extra_super_categories()
[Category of sets]
[Category of homsets]
"""
return [] # FIXME: what category structure is there on Homsets of hecke modules?

Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/ncsf_qsym/ncsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ def algebra_morphism(self, on_generators, **keywords):
sage: f(2*Psi[[]] + 3 * Psi[1,3,2] + Psi[2,4] )
2*Psi[] + 3*Psi[2, 2, 3, 3, 1, 1] + Psi[4, 4, 2, 2]
sage: f.category()
Category of hom sets in Category of modules with basis over Rational Field
Category of homsets of modules with basis over Rational Field
"""
from sage.combinat.ncsf_qsym.generic_basis_code import AlgebraMorphism
return AlgebraMorphism(self, on_generators, **keywords)
Expand Down

0 comments on commit fc5b0f1

Please sign in to comment.