Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix docstring markup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jul 21, 2020
1 parent 0afa01c commit 3c8d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/modules_with_basis.py
Expand Up @@ -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.
Expand Down

0 comments on commit 3c8d080

Please sign in to comment.