Skip to content

Commit 4c60c29

Browse files
committed
change back doc of lazy attributes
1 parent c67c993 commit 4c60c29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sage/groups/galois_group_perm.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def transitive_number(self, algorithm=None, recompute=False):
4141
@lazy_attribute
4242
def _gens(self):
4343
"""
44-
Return the generators of this Galois group as permutations of the roots.
44+
The generators of this Galois group as permutations of the roots.
4545
4646
It is important that this be computed lazily, since it is
4747
often possible to compute other attributes (such as the order
@@ -84,7 +84,7 @@ def __init__(self, field, algorithm=None, names=None, gc_numbering=False):
8484
@lazy_attribute
8585
def _deg(self):
8686
r"""
87-
Return the number of moved points in the permutation representation.
87+
The number of moved points in the permutation representation.
8888
8989
This will be the degree of the original number field if `_gc_numbering``
9090
is ``False``, or the degree of the Galois closure otherwise.
@@ -112,7 +112,7 @@ def _deg(self):
112112
@lazy_attribute
113113
def _domain(self):
114114
r"""
115-
Return the integers labeling the roots on which this Galois group acts.
115+
The integers labeling the roots on which this Galois group acts.
116116
117117
EXAMPLES::
118118
@@ -131,7 +131,7 @@ def _domain(self):
131131
@lazy_attribute
132132
def _domain_to_gap(self) -> dict:
133133
r"""
134-
Return the dictionary implementing the identity (used by PermutationGroup_generic).
134+
The dictionary implementing the identity (used by PermutationGroup_generic).
135135
136136
EXAMPLES::
137137
@@ -146,7 +146,7 @@ def _domain_to_gap(self) -> dict:
146146
@lazy_attribute
147147
def _domain_from_gap(self) -> dict:
148148
r"""
149-
Return the dictionary implementing the identity (used by PermutationGroup_generic).
149+
The dictionary implementing the identity (used by PermutationGroup_generic).
150150
151151
EXAMPLES::
152152

0 commit comments

Comments
 (0)