docs: removed repeated word

pull/564/head
Luka Matijevic 5 years ago
parent 7ffed6f6dc
commit 81db1c94b3

@ -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.

Loading…
Cancel
Save