fix typos

This commit is contained in:
zhanibek 2021-09-17 14:44:16 +09:00
parent 293b8b112e
commit 81571fe534

View File

@ -35,13 +35,13 @@ if PyPlot.version < v"3.4"
If you are not sure, here are the default instructions: If you are not sure, here are the default instructions:
Then run Julia: In Julia REPL:
``` ```
import Pkg; import Pkg;
Pkg.add("Conda") Pkg.add("Conda")
import Conda import Conda
Conda.update() Conda.update()
Pkg.build("Pyplot") Pkg.build("PyPlot")
``` ```
""") """)