File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/sage/libs/linkages/padics Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cimport cython
3
3
@ cython.binding (True )
4
4
def frobenius_unram (self , arithmetic = True ):
5
5
"""
6
- Returns the image of this element under the Frobenius automorphism
6
+ Return the image of this element under the Frobenius automorphism
7
7
applied to its parent.
8
8
9
9
INPUT:
@@ -48,9 +48,9 @@ def frobenius_unram(self, arithmetic=True):
48
48
...
49
49
NotImplementedError: Frobenius automorphism only implemented for unramified extensions
50
50
51
- TESTS::
51
+ TESTS:
52
52
53
- We check that :trac:`23575` is resolved:
53
+ We check that :trac:`23575` is resolved::
54
54
55
55
sage: x = R.random_element()
56
56
sage: x.frobenius(arithmetic=false).frobenius() == x
@@ -95,9 +95,9 @@ def norm_unram(self, base = None):
95
95
96
96
INPUT:
97
97
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 `\Q Q_p` or `\Z Z_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 `\Q Q_p` or `\Z Z_p`.
101
101
102
102
EXAMPLES::
103
103
You can’t perform that action at this time.
0 commit comments