Skip to content

Commit 97b5398

Browse files
author
Matthias Koeppe
committed
More # optional
1 parent 4c437cb commit 97b5398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/finite_rings/integer_mod.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4175,7 +4175,7 @@ def lucas(k, P, Q=1, n=None):
41754175
sage: q = randint(0,100000)
41764176
sage: n = randint(1,100)
41774177
sage: k = randint(0,100)
4178-
sage: lucas(k, p, q, n) == [Mod(lucas_number2(k, p, q), n), # optional - sage.combinat
4178+
sage: lucas(k, p, q, n) == [Mod(lucas_number2(k, p, q), n), # optional - sage.combinat sage.libs.gap
41794179
....: Mod(q^(int(k/2)), n)]
41804180
True
41814181

0 commit comments

Comments
 (0)