Skip to content

Commit

Permalink
fix doctest warnings in src/sage/quadratic_forms/ternary_qf
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Dec 17, 2023
1 parent f98746b commit 680c996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/quadratic_forms/ternary_qf.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ def find_p_neighbor_from_vec(self, p, v, mat=False):
Test that it works with (0, 0, 1)::
sage: Q.find_p_neighbor_from_vec(3, (0,0,1))
sage: Q.find_p_neighbor_from_vec(3, (0,0,1)) # needs sage.libs.pari
Ternary quadratic form with integer coefficients:
[1 3 3]
[-2 0 -1]
Expand Down

0 comments on commit 680c996

Please sign in to comment.