diff --git a/docs/docs/core/flow_methods.mdx b/docs/docs/core/flow_methods.mdx index 881d22f08..6bef5c79d 100644 --- a/docs/docs/core/flow_methods.mdx +++ b/docs/docs/core/flow_methods.mdx @@ -81,7 +81,7 @@ The `update()` async method creates/updates data in the target. Once the function returns, the target data is fresh up to the moment when the function is called. ```python -stats = await demo_flow.update() +stats = demo_flow.update() print(stats) ```