Skip to content

Commit 6a6be69

Browse files
authored
fix doctest (#414)
modified the spacing
1 parent 5574b86 commit 6a6be69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polynomials/LaurentPolynomial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ julia> integrate(q)
5151
LaurentPolynomial(1.0*x + 0.5*x² + 0.3333333333333333*x³)
5252
5353
julia> integrate(p) # x⁻¹ term is an issue
54-
ERROR: ArgumentError: Can't integrate Laurent polynomial with `x⁻¹` term
54+
ERROR: ArgumentError: Can't integrate Laurent polynomial with `x⁻¹` term
5555
5656
julia> integrate(P([1,1,1], -5))
5757
LaurentPolynomial(-0.25*x⁻⁴ - 0.3333333333333333*x⁻³ - 0.5*x⁻²)

0 commit comments

Comments
 (0)