We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be534b commit 45faa62Copy full SHA for 45faa62
README.md
@@ -298,7 +298,7 @@ use `PyDict` as the return type of a `pycall` returning a dictionary,
298
or call `PyDict(o::PyObject)` on a dictionary object `o`. By
299
default, a `PyDict` is an `Any => Any` dictionary (or actually `PyAny
300
=> PyAny`) that performs runtime type inference, but if your Python
301
-dictionary has known, fixed types you can insteady use `PyDict{K,V}` given
+dictionary has known, fixed types you can instead use `PyDict{K,V}` given
302
the key and value types `K` and `V` respectively.
303
304
Currently, passing Julia dictionaries to Python makes a copy of the Julia
0 commit comments