Skip to content

Commit 8d09d15

Browse files
author
Release Manager
committed
gh-36231: fix typo in documentation We fix a typo in the documentation of the method `post_compose` in `sage.categories.map` ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion (not relevant). - [ ] I have created tests covering the changes (not relevant). - [x] I have updated the documentation accordingly. ### ⌛ Dependencies URL: #36231 Reported by: Xavier Caruso Reviewer(s): Travis Scrimshaw
2 parents 33182d9 + 5e129e3 commit 8d09d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/map.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ cdef class Map(Element):
10921092
- ``self`` -- a Map in some ``Hom(X, Y, category_right)``
10931093
- ``left`` -- a Map in some ``Hom(Y, Z, category_left)``
10941094
1095-
Returns the composition of ``self`` followed by ``right`` as a
1095+
Returns the composition of ``self`` followed by ``left`` as a
10961096
morphism in ``Hom(X, Z, category)`` where ``category`` is the
10971097
meet of ``category_left`` and ``category_right``.
10981098

0 commit comments

Comments
 (0)