File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ A solution is to ensure that `juliacall` is imported before `torch`.
5959
6060Related issues: [ #215 ] ( https://github.com/cjdoris/PythonCall.jl/issues/215 )
6161
62- ## ` ccall requries the compiler ` error when importing some Python libraries
62+ ## ` ccall requires the compiler ` error when importing some Python libraries
6363On some systems, you may see an error like the following when import e.g. ` matplotlib ` before ` juliacall ` :
6464
6565```
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ then by the specificity of `t` (e.g. `bool` is more specific than `int` is more
3535than `object`) then by the order they were added. The rules are tried in turn until one
3636succeeds.
3737
38- ### Implemeting `func`
38+ ### Implementing `func`
3939
4040`func` is called as `func(S, x::Py)` for some `S <: T`.
4141
You can’t perform that action at this time.
0 commit comments