Skip to content

Commit 680c996

Browse files
committed
fix doctest warnings in src/sage/quadratic_forms/ternary_qf
1 parent f98746b commit 680c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/quadratic_forms/ternary_qf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ def find_p_neighbor_from_vec(self, p, v, mat=False):
921921
922922
Test that it works with (0, 0, 1)::
923923
924-
sage: Q.find_p_neighbor_from_vec(3, (0,0,1))
924+
sage: Q.find_p_neighbor_from_vec(3, (0,0,1)) # needs sage.libs.pari
925925
Ternary quadratic form with integer coefficients:
926926
[1 3 3]
927927
[-2 0 -1]

0 commit comments

Comments
 (0)