Skip to content

Commit 4ed73f6

Browse files
author
Christopher Doris
committed
typo
1 parent cd5c5cf commit 4ed73f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/convert.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Add a new conversion rule for `pyconvert`.
3131
3232
When `pyconvert(R, x)` is called, all rules such that `typeintersect(T, R) != Union{}`
3333
and `pyisinstance(x, t)` are considered. These rules are sorted first by priority,
34-
then by the specificity of `pytype` (e.g. `bool` is more specific than `int` is more
35-
specific than `object`) then by the order they were added. The rules are tried in turn
36-
until one succeeds.
34+
then by the specificity of `t` (e.g. `bool` is more specific than `int` is more specific
35+
than `object`) then by the order they were added. The rules are tried in turn until one
36+
succeeds.
3737
3838
### Implemeting `func`
3939

0 commit comments

Comments
 (0)