Skip to content

Commit 6b170a4

Browse files
author
Release Manager
committed
gh-35868: Minor typo in Category documentation <!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description Fixed a typo in which an element object was included in a list of morphism objects. <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies None <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35868 Reported by: Aram Dermenjian Reviewer(s): Frédéric Chapoton
2 parents e3c11b6 + 65e196e commit 6b170a4

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)