diff --git a/src/sage/categories/modules_with_basis.py b/src/sage/categories/modules_with_basis.py index f77b2d0cbf3..5775c51b613 100644 --- a/src/sage/categories/modules_with_basis.py +++ b/src/sage/categories/modules_with_basis.py @@ -255,7 +255,7 @@ def module_morphism(self, on_basis=None, matrix=None, function=None, - ``codomain`` -- the codomain `Y` of the morphism (default: ``f.codomain()`` if it's defined; otherwise it must be specified) - - ``category`` -- a category or ``None`` (default: `None``) + - ``category`` -- a category or ``None`` (default: ``None``) - ``zero`` -- the zero of the codomain (default: ``codomain.zero()``); can be used (with care) to define affine maps.