Merge pull request #355 from kehrazy/patch-1

fixed the `Zombie` example having wrong indentation
master
goodboy 2023-04-01 12:11:47 -04:00 committed by GitHub
commit e714bec8db
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():