Skip to content

Commit

Permalink
missing def keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Mar 10, 2023
1 parent 66af209 commit 9ee9ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or using the async API:
```python
import asyncio

async main():
async def main():
op = opendal.AsyncOperator("fs", root="/tmp")
await op.write("test.txt", "Hello World")
print(await op.read("test.txt"))
Expand Down

0 comments on commit 9ee9ab0

Please sign in to comment.