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

Commit

Permalink
replace Returns by Return
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Jul 9, 2020
1 parent 23a3548 commit ea4a971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/j_trivial_monoids.py
Expand Up @@ -40,7 +40,7 @@ class ParentMethods:
@cached_method
def semigroup_generators(self):
"""
Returns the canonical minimal set of generators. It
Return the canonical minimal set of generators. It
consists of the irreducible elements, that is elements
which are not of the form `x*y` with `x` and `y` in
``self`` distinct from `x*y`.
Expand Down

0 comments on commit ea4a971

Please sign in to comment.