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

Commit 75e1b24

Browse files
committed
fix unnecessary :: thing
1 parent a892045 commit 75e1b24

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
@@ -1644,7 +1644,7 @@ def inverse_laplace(ex, s, t, algorithm='maxima'):
16441644
sage: inverse_laplace(1, s, t, algorithm='giac')
16451645
dirac_delta(t)
16461646
1647-
TESTS::
1647+
TESTS:
16481648
16491649
Testing unevaluated expression from Maxima::
16501650

0 commit comments

Comments
 (0)