Skip to content

Commit c08cb3d

Browse files
dimpasecollares
andcommitted
one #random tag less
Co-authored-by: Mauricio Collares <[email protected]>
1 parent c7528c6 commit c08cb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/calculus/calculus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ def limit(ex, dir=None, taylor=False, algorithm='maxima', **argv):
12141214
12151215
sage: var('a')
12161216
a
1217-
sage: limit(x^a,x=0) # random - maxima 5.46.0 does not need extra assumption
1217+
sage: limit(x^a,x=0)
12181218
Traceback (most recent call last):
12191219
...
12201220
ValueError: Computation failed since Maxima requested additional

0 commit comments

Comments
 (0)