Skip to content

Commit b792122

Browse files
committed
more details
1 parent 81e5bba commit b792122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/quadratic_forms/ternary_qf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ def symmetry(self, v):
10251025

10261026
return identity_matrix(3) - v.column()*matrix(v)*self.matrix()/self(v)
10271027

1028-
def automorphism_symmetries(self, A):
1028+
def automorphism_symmetries(self, A) -> list:
10291029
"""
10301030
Given the automorphism `A`, if `A` is the identity, return the empty list.
10311031
Otherwise, return a list of two vectors `v_1`, `v_2` such that the product of
@@ -1092,7 +1092,7 @@ def _border(self, n) -> bool:
10921092
10931093
It returns a boolean whether the n-condition is true.
10941094
1095-
If Q = TernaryQF([a,b,c,r,s,t]), the conditions are:
1095+
If ``Q = TernaryQF([a,b,c,r,s,t])``, the conditions are:
10961096
10971097
1. a = t, s = 2r.
10981098
2. a = s, t = 2r.

0 commit comments

Comments
 (0)