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

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhorst committed Nov 3, 2020
1 parent b15922d commit b6657af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sage/groups/abelian_gps/abelian_group_gap.py
Expand Up @@ -328,7 +328,7 @@ def _element_constructor_(self, x, check=True):
f2
"""
if isinstance(x, AbelianGroupElement_gap):
try :
try:
if x in self._cover:
x = self.gap().NaturalHomomorphism().Image(x.gap())
else:
Expand Down Expand Up @@ -557,7 +557,7 @@ def _subgroup_constructor(self, libgap_subgroup):

def quotient(self, N):
r"""
Return the quotient of this group by the normal subgroup N.
Return the quotient of this group by the normal subgroup `N`.
INPUT:
Expand Down Expand Up @@ -830,7 +830,6 @@ class AbelianGroupQuotient_gap(AbelianGroup_gap):
r"""
Quotients of abelian groups by a subgroup.
.. NOTE::
Do not call this directly. Instead use :meth:`quotient`.
Expand Down Expand Up @@ -964,7 +963,7 @@ def relations(self):
@cached_method
def natural_homomorphism(self):
r"""
Return the defining homomorphism into self.
Return the defining homomorphism into ``self``.
EXAMPLES::
Expand Down

0 comments on commit b6657af

Please sign in to comment.