Skip to content

Commit 8fd3f46

Browse files
committed
Update jacobi.jl
1 parent 393fcb4 commit 8fd3f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/classical/jacobi.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ The quasi-matrix representing Jacobi polynomials, where the first axes represent
136136
The eltype, when not specified, will be converted to a floating point data type.
137137
# Examples
138138
```jldoctest
139-
julia> J=Jacobi(0,0) # The eltype will be converted to float
140-
Jacobi(0.0, 0.0)
139+
julia> J=Jacobi(0, 0) # The eltype will be converted to float
140+
Jacobi(0, 0)
141141
142142
julia> axes(J)
143143
(Inclusion(-1.0 .. 1.0 (Chebyshev)), OneToInf())

0 commit comments

Comments
 (0)