Skip to content

Commit 6910646

Browse files
committed
Fix typo in Category primer
1 parent 3202f65 commit 6910646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/primer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ class implements:
578578
579579
- Group, Monoid, Semigroup, Magma, ...
580580
- GroupElement, MonoidElement, SemigroupElement, MagmaElement, ...
581-
- GroupMorphism, SemigroupElement, SemigroupMorphism, MagmaMorphism, ...
581+
- GroupMorphism, MonoidMorphism, SemigroupMorphism, MagmaMorphism, ...
582582
583583
(and in fact many more as we will see).
584584

0 commit comments

Comments
 (0)