Skip to content

Commit 5e129e3

Browse files
committed
fix typo in documentation
1 parent 6ea1fe9 commit 5e129e3

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)