Skip to content

Commit 0a167f2

Browse files
author
Matthias Koeppe
committed
More # optional
1 parent 070d917 commit 0a167f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/arith/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3685,7 +3685,7 @@ def binomial(x, m, **kwds):
36853685
36863686
sage: a = binomial(100, 45, algorithm='gmp')
36873687
sage: b = binomial(100, 45, algorithm='pari') # optional - sage.libs.pari
3688-
sage: a == b
3688+
sage: a == b # optional - sage.libs.pari
36893689
True
36903690
36913691
TESTS:

0 commit comments

Comments
 (0)