Skip to content

Commit b845ffb

Browse files
authored
Fixed typo in fail message for pyimport. (#926)
1 parent 1743b59 commit b845ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PyCall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ that you did not install $name in the Python version being used by PyCall.
512512
PyCall is currently configured to use the Julia-specific Python distribution
513513
installed by the Conda.jl package. To install the $name module, you can
514514
use `pyimport_conda("$(escape_string(name))", PKG)`, where PKG is the Anaconda
515-
package the contains the module $name, or alternatively you can use the
515+
package that contains the module $name, or alternatively you can use the
516516
Conda package directly (via `using Conda` followed by `Conda.add` etcetera).
517517
518518
Alternatively, if you want to use a different Python distribution on your

0 commit comments

Comments
 (0)