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

Commit c5bd849

Browse files
committed
9427 reviewer's patch: fix doctest
1 parent 25820dc commit c5bd849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/symbolic/integration/integral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def integrate(expression, v=None, a=None, b=None, algorithm=None, hold=False):
541541
sage: integrate(f(x), x, 1, 2, algorithm="fricas") # optional - fricas
542542
-1/2*pi + arctan(1/2) + arctan(2) + arctan(5) + arctan(8)
543543
sage: integrate(f(x), x, 1, 2, algorithm="sympy")
544-
-1/2*pi + arctan(1/2) + arctan(2) + arctan(5) + arctan(8)
544+
-1/2*pi + arctan(8) + arctan(5) + arctan(2) + arctan(1/2)
545545
546546
ALIASES: integral() and integrate() are the same.
547547

0 commit comments

Comments
 (0)