Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 2065e01

Browse files
fchapotonguojing0
authored andcommitted
fix another detail in quad. forms
1 parent 570fb63 commit 2065e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/quadratic_forms/ternary_qf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def pseudorandom_primitive_zero_mod_p(self, p):
806806
sage: Q = TernaryQF([1, 1, 11, 0, -1, 0])
807807
sage: Q.disc()
808808
43
809-
sage: Q.pseudorandom_primitive_zero_mod_p(3) ## RANDOM
809+
sage: Q.pseudorandom_primitive_zero_mod_p(3) # random
810810
(1, 2, 1)
811811
sage: Q((1, 2, 1))
812812
15

0 commit comments

Comments
 (0)