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 6f8126f commit 5139ecaCopy full SHA for 5139eca
1 file changed
docs/index.rst
@@ -48,7 +48,7 @@ Asynchronous Example
48
async def main():
49
runloop = AsyncRunloopSDK()
50
51
- async with runloop.devbox.create(name="my-devbox") as devbox:
+ async with await runloop.devbox.create(name="my-devbox") as devbox:
52
result = await devbox.cmd.exec(command="echo 'Hello from Runloop!'")
53
print(await result.stdout())
54
0 commit comments