Skip to content

Commit 83c7f9e

Browse files
authored
Correct two typos (#304)
Signed-off-by: Alexander Seiler <[email protected]>
1 parent 64b96db commit 83c7f9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/src/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ A solution is to ensure that `juliacall` is imported before `torch`.
5959

6060
Related 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
6363
On some systems, you may see an error like the following when import e.g. `matplotlib` before `juliacall`:
6464

6565
```

Diff for: src/convert.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ then by the specificity of `t` (e.g. `bool` is more specific than `int` is more
3535
than `object`) then by the order they were added. The rules are tried in turn until one
3636
succeeds.
3737
38-
### Implemeting `func`
38+
### Implementing `func`
3939
4040
`func` is called as `func(S, x::Py)` for some `S <: T`.
4141

0 commit comments

Comments
 (0)