Skip to content

Commit 1620616

Browse files
committed
fixes
1 parent 11f7dc6 commit 1620616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PyCall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@optle
55
end
66

77
using PyPreferences
8-
using VersionParsing
8+
using VersionParsing: vparse
99

1010
export pycall, pycall!, pyimport, pyimport_e, pybuiltin, PyObject, PyReverseDims,
1111
PyPtr, pyincref, pydecref, pyversion,

src/pyinit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function __init__()
174174

175175
if new_pyversion.major != pyversion.major
176176
error("PyCall precompiled with Python $pyversion, but now using Python $new_pyversion; ",
177-
"you need to relaunch Julia and run `using PyPrefernces; PyPreferences.recompile()")
177+
"you need to relaunch Julia and run `using PyPreferences; PyPreferences.recompile()")
178178
end
179179

180180
copy!(inspect, pyimport("inspect"))

0 commit comments

Comments
 (0)