Skip to content

Commit 9319618

Browse files
authored
docs: fix a docs mistake (#640)
1 parent ffed325 commit 9319618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/core/flow_methods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The `update()` async method creates/updates data in the target.
8181
Once the function returns, the target data is fresh up to the moment when the function is called.
8282

8383
```python
84-
stats = await demo_flow.update()
84+
stats = demo_flow.update()
8585
print(stats)
8686
```
8787

0 commit comments

Comments
 (0)