Skip to content

Commit 9b0df3d

Browse files
Merge pull request #1669 from oschulz/fix-sym-odesolve-docs
Add missing SymPy dependency to symbolic ODS solving docs
2 parents cb995c1 + 6bb855d commit 9b0df3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffeqs/diffeqs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Symbolically solve an ODE
198198
# Examples
199199
200200
```jldoctest
201-
julia> using Symbolics; import Nemo
201+
julia> using Symbolics; import Nemo, SymPy
202202
203203
julia> @variables x, t
204204
2-element Vector{Num}:

0 commit comments

Comments
 (0)