From 20780820a6cd212a678aa26ddb143a15470e353a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 24 Mar 2018 15:58:42 +0545 Subject: [PATCH] docs: typo --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 30ccadf8..5f8db01c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -522,8 +522,8 @@ Router Class Construct a context on the local machine by forking the current process. The forked child receives a new identity, sets up a new broker - and router, and responds to function calls identically, just like - children created using any other method. + and router, and responds to function calls identically to children + created using other methods. The associated stream implementation is :py:class:`mitogen.fork.Stream`.