Fixed typo in docstring, so API doc is rendered properly. (#2449)

This commit is contained in:
Nicholas Tollervey
2026-02-05 12:16:01 +00:00
committed by GitHub
parent abde4ee786
commit b052ad6fb7

View File

@@ -49,6 +49,7 @@ print(result)
```
Key features:
- Access (`await`) named workers via dictionary-like syntax.
- Dynamically create workers from Python.
- Cross-interpreter support (Pyodide and MicroPython).