We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea1fe9 commit 5e129e3Copy full SHA for 5e129e3
src/sage/categories/map.pyx
@@ -1092,7 +1092,7 @@ cdef class Map(Element):
1092
- ``self`` -- a Map in some ``Hom(X, Y, category_right)``
1093
- ``left`` -- a Map in some ``Hom(Y, Z, category_left)``
1094
1095
- Returns the composition of ``self`` followed by ``right`` as a
+ Returns the composition of ``self`` followed by ``left`` as a
1096
morphism in ``Hom(X, Z, category)`` where ``category`` is the
1097
meet of ``category_left`` and ``category_right``.
1098
0 commit comments