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():