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

Commit

Permalink
doctest for _rel was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
ppurka committed Jan 10, 2014
1 parent 980d38f commit a4ec8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/number_field/totallyreal_rel.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def enumerate_totallyreal_fields_rel(F, m, B, a = [], verbose=0,
sage: enumerate_totallyreal_fields_rel(F, 2, 2000)
[[1600, x^4 - 6*x^2 + 4, xF^2 + xF - 1]]
sage: enumerate_totallyreal_fields_rel(F, 2, 2000, return_seqs=True)
[[18, 6, 5, 0], [[1600, [4, 0, -6, 0, 1], [-1, 1, 1]]]]
[[9, 6, 5, 0], [[1600, [4, 0, -6, 0, 1], [-1, 1, 1]]]]
TESTS:
Expand Down

0 comments on commit a4ec8a2

Please sign in to comment.