Skip to content

Commit ec9ac7f

Browse files
committed
suggested detail
1 parent cac1e59 commit ec9ac7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/sage/libs/linkages/padics/unram_shared.pxi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cimport cython
33
@cython.binding(True)
44
def frobenius_unram(self, arithmetic=True):
55
"""
6-
Returns the image of this element under the Frobenius automorphism
6+
Return the image of this element under the Frobenius automorphism
77
applied to its parent.
88
99
INPUT:
@@ -48,9 +48,9 @@ def frobenius_unram(self, arithmetic=True):
4848
...
4949
NotImplementedError: Frobenius automorphism only implemented for unramified extensions
5050
51-
TESTS::
51+
TESTS:
5252
53-
We check that :trac:`23575` is resolved:
53+
We check that :trac:`23575` is resolved::
5454
5555
sage: x = R.random_element()
5656
sage: x.frobenius(arithmetic=false).frobenius() == x
@@ -95,9 +95,9 @@ def norm_unram(self, base = None):
9595
9696
INPUT:
9797
98-
``base`` -- a subfield of the parent `L` of this element.
99-
The norm is the relative norm from ``L`` to ``base``.
100-
Defaults to the absolute norm down to `\QQ_p` or `\ZZ_p`.
98+
- ``base`` -- a subfield of the parent `L` of this element.
99+
The norm is the relative norm from ``L`` to ``base``.
100+
Defaults to the absolute norm down to `\QQ_p` or `\ZZ_p`.
101101
102102
EXAMPLES::
103103

0 commit comments

Comments
 (0)