Skip to content

Commit

Permalink
docs(Python): Use _async in compress_stringify_async
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 25, 2023
1 parent a6332a3 commit 4030014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/python/itkwasm/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ compressed = compress_stringify(data)
from itkwasm_compress_stringify import compress_stringify_async

data = bytes([33,44,55])
compressed = await compress_stringify(data)
compressed = await compress_stringify_async(data)
```
:::

Expand Down

0 comments on commit 4030014

Please sign in to comment.