We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffed325 commit 9319618Copy full SHA for 9319618
docs/docs/core/flow_methods.mdx
@@ -81,7 +81,7 @@ The `update()` async method creates/updates data in the target.
81
Once the function returns, the target data is fresh up to the moment when the function is called.
82
83
```python
84
-stats = await demo_flow.update()
+stats = demo_flow.update()
85
print(stats)
86
```
87
0 commit comments