Skip to content

Commit a8ee692

Browse files
committed
fix a random doctest in tutorial
1 parent 2114066 commit a8ee692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/thematic_tutorials/group_theory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Experiment by running the following code several times::
204204

205205
sage: m = random_prime(10000)
206206
sage: n = random_prime(10000)
207-
sage: euler_phi(m*n) == euler_phi(m) * euler_phi(n)
207+
sage: euler_phi(m*n) == euler_phi(m) * euler_phi(n) or m == n
208208
True
209209

210210
Feel a conjecture coming on? Can you generalize this result?

0 commit comments

Comments
 (0)