fixed the `Zombie` example having wrong indentation

master
Igor 2023-03-31 17:50:46 +03:00 committed by GitHub
parent 649c5e7504
commit 009cd6552e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Zombie safe: self-destruct a process tree
f"running in pid {os.getpid()}"
)
await trio.sleep_forever()
await trio.sleep_forever()
async def main():