diff --git a/docs/api.md b/docs/api.md index 85a9c87..4ef1526 100644 --- a/docs/api.md +++ b/docs/api.md @@ -499,17 +499,17 @@ store = await storage("my-data-store", storage_class=MyStorage) ### `@pyscript/core/donkey` -Sometimes you need a Python worker ready and waiting to evaluate any code on -your behalf. This is the concept behind the JavaScript "donkey". We couldn't -think of a better way than "donkey" to describe something that is easy to -understand and shoulders the burden without complaint. This feature +Sometimes you need an asynchronous Python worker ready and waiting to evaluate +any code on your behalf. This is the concept behind the JavaScript "donkey". We +couldn't think of a better way than "donkey" to describe something that is easy +to understand and shoulders the burden without complaint. This feature means you're able to use PyScript without resorting to specialised `