From e28402eddea1a1ef7fbc4a408049b1fdcf8279bd Mon Sep 17 00:00:00 2001 From: captjt Date: Tue, 29 Jun 2021 22:00:54 -0400 Subject: [PATCH] fix typo in readme example of estimating Pi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac91180..c50597b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ if __name__ == '__main__': ``` -Fiber implements most of multiprocessing's API including `Process`, `SimpleQueue`, `Pool`, `Pipe`, `Manager` and it has its own extension to the multiprocessing's API to make it easy to compose large scale distributed applications. For the detailed API guild, check out [here](https://uber.github.io/fiber/process/). +Fiber implements most of multiprocessing's API including `Process`, `SimpleQueue`, `Pool`, `Pipe`, `Manager` and it has its own extension to the multiprocessing's API to make it easy to compose large scale distributed applications. For the detailed API guide, check out [here](https://uber.github.io/fiber/process/). ### Running on a Kubernetes cluster