Skip to content

Commit bbe4efc

Browse files
authored
fix typo in src/PyCall.jl (#853)
1 parent 8e3abed commit bbe4efc

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
@@ -537,7 +537,7 @@ Python distribution), which has the advantage that packages can be installed
537537
and kept up-to-date via Julia. As explained in the PyCall documentation,
538538
set ENV["PYTHON"]="", run Pkg.build("PyCall"), and re-launch Julia. Then,
539539
To install the $name module, you can use `pyimport_conda("$(escape_string(name))", PKG)`,
540-
where PKG is the Anaconda package the contains the module $name,
540+
where PKG is the Anaconda package that contains the module $name,
541541
or alternatively you can use the Conda package directly (via
542542
`using Conda` followed by `Conda.add` etcetera).
543543
"""

0 commit comments

Comments
 (0)