From 81db1c94b3fbd50389886a59efc9f8d38c62f7cf Mon Sep 17 00:00:00 2001 From: Luka Matijevic Date: Wed, 13 Mar 2019 13:01:34 +0100 Subject: [PATCH] docs: removed repeated word --- docs/howitworks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howitworks.rst b/docs/howitworks.rst index 5bc7b53d..f9fdd7a1 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -57,7 +57,7 @@ writing the decompressed result to the write-end of the UNIX pipe. To allow recovery of ``stdin`` for reuse by the bootstrapped process for parent<->child communication, it is necessary for the first stage to avoid -closing ``stdin`` or reading from it until until EOF. Therefore, the master +closing ``stdin`` or reading from it until EOF. Therefore, the master sends the :py:mod:`zlib`-compressed payload prefixed with an integer size, allowing reading by the first stage of exactly the required bytes.