Skip to content

Commit 45faa62

Browse files
authored
typo fix in README.md (#871)
1 parent 4be534b commit 45faa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ use `PyDict` as the return type of a `pycall` returning a dictionary,
298298
or call `PyDict(o::PyObject)` on a dictionary object `o`. By
299299
default, a `PyDict` is an `Any => Any` dictionary (or actually `PyAny
300300
=> PyAny`) that performs runtime type inference, but if your Python
301-
dictionary has known, fixed types you can insteady use `PyDict{K,V}` given
301+
dictionary has known, fixed types you can instead use `PyDict{K,V}` given
302302
the key and value types `K` and `V` respectively.
303303

304304
Currently, passing Julia dictionaries to Python makes a copy of the Julia

0 commit comments

Comments
 (0)