Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
isentropic committed Sep 17, 2021
1 parent 293b8b1 commit 81571fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backends/pyplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ if PyPlot.version < v"3.4"
If you are not sure, here are the default instructions:
Then run Julia:
In Julia REPL:
```
import Pkg;
Pkg.add("Conda")
import Conda
Conda.update()
Pkg.build("Pyplot")
Pkg.build("PyPlot")
```
""")
Expand Down

0 comments on commit 81571fe

Please sign in to comment.