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

Commit 0ce1cad

Browse files
author
Travis Scrimshaw
committed
Changing the wording of the Super method.
1 parent 3d33730 commit 0ce1cad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sage/categories/modules.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def Graded(self, base_ring=None):
381381
@cached_method
382382
def Super(self, base_ring=None):
383383
r"""
384-
Return the subcategory of the super objects of ``self``.
384+
Return the super-analogue category of ``self``.
385385
386386
INPUT::
387387
@@ -393,7 +393,8 @@ def Super(self, base_ring=None):
393393
Category of graded modules over Integer Ring
394394
395395
sage: Coalgebras(QQ).Super()
396-
Join of Category of graded modules over Rational Field and Category of coalgebras over Rational Field
396+
Join of Category of graded modules over Rational Field
397+
and Category of coalgebras over Rational Field
397398
398399
sage: AlgebrasWithBasis(QQ).Super()
399400
Category of graded algebras with basis over Rational Field

0 commit comments

Comments
 (0)