From 81571fe534604ba68617c81ea3879f605aecd179 Mon Sep 17 00:00:00 2001 From: zhanibek Date: Fri, 17 Sep 2021 14:44:16 +0900 Subject: [PATCH] fix typos --- src/backends/pyplot.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backends/pyplot.jl b/src/backends/pyplot.jl index 8d66729f..b20318dc 100644 --- a/src/backends/pyplot.jl +++ b/src/backends/pyplot.jl @@ -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") ``` """)