File tree 2 files changed +2
-2
lines changed
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`.
59
59
60
60
Related issues: [ #215 ] ( https://github.com/cjdoris/PythonCall.jl/issues/215 )
61
61
62
- ## ` ccall requries the compiler ` error when importing some Python libraries
62
+ ## ` ccall requires the compiler ` error when importing some Python libraries
63
63
On some systems, you may see an error like the following when import e.g. ` matplotlib ` before ` juliacall ` :
64
64
65
65
```
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
35
35
than `object`) then by the order they were added. The rules are tried in turn until one
36
36
succeeds.
37
37
38
- ### Implemeting `func`
38
+ ### Implementing `func`
39
39
40
40
`func` is called as `func(S, x::Py)` for some `S <: T`.
41
41
You can’t perform that action at this time.
0 commit comments