Skip to content

Commit

Permalink
change back doc of lazy attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Jan 10, 2024
1 parent c67c993 commit 4c60c29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sage/groups/galois_group_perm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def transitive_number(self, algorithm=None, recompute=False):
@lazy_attribute
def _gens(self):
"""
Return the generators of this Galois group as permutations of the roots.
The generators of this Galois group as permutations of the roots.
It is important that this be computed lazily, since it is
often possible to compute other attributes (such as the order
Expand Down Expand Up @@ -84,7 +84,7 @@ def __init__(self, field, algorithm=None, names=None, gc_numbering=False):
@lazy_attribute
def _deg(self):
r"""
Return the number of moved points in the permutation representation.
The number of moved points in the permutation representation.
This will be the degree of the original number field if `_gc_numbering``
is ``False``, or the degree of the Galois closure otherwise.
Expand Down Expand Up @@ -112,7 +112,7 @@ def _deg(self):
@lazy_attribute
def _domain(self):
r"""
Return the integers labeling the roots on which this Galois group acts.
The integers labeling the roots on which this Galois group acts.
EXAMPLES::
Expand All @@ -131,7 +131,7 @@ def _domain(self):
@lazy_attribute
def _domain_to_gap(self) -> dict:
r"""
Return the dictionary implementing the identity (used by PermutationGroup_generic).
The dictionary implementing the identity (used by PermutationGroup_generic).
EXAMPLES::
Expand All @@ -146,7 +146,7 @@ def _domain_to_gap(self) -> dict:
@lazy_attribute
def _domain_from_gap(self) -> dict:
r"""
Return the dictionary implementing the identity (used by PermutationGroup_generic).
The dictionary implementing the identity (used by PermutationGroup_generic).
EXAMPLES::
Expand Down

0 comments on commit 4c60c29

Please sign in to comment.