We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ba96c commit dbbcbd2Copy full SHA for dbbcbd2
1 file changed
README.md
@@ -173,7 +173,7 @@ where `tag` is an atom and `object` is a `Pythonx.Object` struct.
173
> #### Decoding {: .warning}
174
>
175
> The Elixir process receives a `Pythonx.Object`, which you may want
176
-> to decode right away. Keep in mind that `Pythonx.decode/2` requires
+> to decode right away. Keep in mind that `Pythonx.decode/1` requires
177
> GIL, so if the ongoing evaluation holds onto GIL for long, decoding
178
> itself may be blocked.
179
0 commit comments