Skip to content

Commit

Permalink
Correct two typos (#304)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Seiler <[email protected]>
  • Loading branch information
goggle authored May 13, 2023
1 parent 64b96db commit 83c7f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ A solution is to ensure that `juliacall` is imported before `torch`.

Related issues: [#215](https://github.com/cjdoris/PythonCall.jl/issues/215)

## `ccall requries the compiler` error when importing some Python libraries
## `ccall requires the compiler` error when importing some Python libraries
On some systems, you may see an error like the following when import e.g. `matplotlib` before `juliacall`:

```
Expand Down
2 changes: 1 addition & 1 deletion src/convert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ then by the specificity of `t` (e.g. `bool` is more specific than `int` is more
than `object`) then by the order they were added. The rules are tried in turn until one
succeeds.
### Implemeting `func`
### Implementing `func`
`func` is called as `func(S, x::Py)` for some `S <: T`.
Expand Down

0 comments on commit 83c7f9e

Please sign in to comment.