We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1743b59 commit b845ffbCopy full SHA for b845ffb
src/PyCall.jl
@@ -512,7 +512,7 @@ that you did not install $name in the Python version being used by PyCall.
512
PyCall is currently configured to use the Julia-specific Python distribution
513
installed by the Conda.jl package. To install the $name module, you can
514
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
+package that contains the module $name, or alternatively you can use the
516
Conda package directly (via `using Conda` followed by `Conda.add` etcetera).
517
518
Alternatively, if you want to use a different Python distribution on your
0 commit comments