Skip to content

Commit dbbcbd2

Browse files
committed
fix warning
1 parent b5ba96c commit dbbcbd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ where `tag` is an atom and `object` is a `Pythonx.Object` struct.
173173
> #### Decoding {: .warning}
174174
>
175175
> The Elixir process receives a `Pythonx.Object`, which you may want
176-
> to decode right away. Keep in mind that `Pythonx.decode/2` requires
176+
> to decode right away. Keep in mind that `Pythonx.decode/1` requires
177177
> GIL, so if the ongoing evaluation holds onto GIL for long, decoding
178178
> itself may be blocked.
179179

0 commit comments

Comments
 (0)