From 009cd6552e583ddb0c2bfa4f7b0cc1dc1c84c84e Mon Sep 17 00:00:00 2001 From: Igor <100174039+kehrazy@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:50:46 +0300 Subject: [PATCH] fixed the `Zombie` example having wrong indentation --- docs/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.rst b/docs/README.rst index 992d3f2..f82f0f9 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -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():