Skip to content

Commit 5139eca

Browse files
committed
fix example type
1 parent 6f8126f commit 5139eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Asynchronous Example
4848
async def main():
4949
runloop = AsyncRunloopSDK()
5050
51-
async with runloop.devbox.create(name="my-devbox") as devbox:
51+
async with await runloop.devbox.create(name="my-devbox") as devbox:
5252
result = await devbox.cmd.exec(command="echo 'Hello from Runloop!'")
5353
print(await result.stdout())
5454

0 commit comments

Comments
 (0)