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

Commit

Permalink
tweak doc again
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Sep 8, 2022
1 parent e08cd7a commit d0fbe93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/categories/monoids.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def powers(self, n):

def __invert__(self):
r"""
Return the inverse of ``self``.
Return the multiplicative inverse of ``self``.
There is no default implementation, to avoid conflict
with the default implementation of ``_div_``.
Expand All @@ -372,7 +372,7 @@ def __invert__(self):

def inverse(self):
"""
Return the inverse of ``self``.
Return the multiplicative inverse of ``self``.
This is an alias for inversion, which can also be invoked
by ``~x`` for an element ``x``.
Expand Down

0 comments on commit d0fbe93

Please sign in to comment.