From 9d2a11e70f7f28e1857b069db88b9504d614e455 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 29 Sep 2017 13:14:43 +0530 Subject: [PATCH] Fix function reference. --- docs/howitworks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howitworks.rst b/docs/howitworks.rst index 02df956e..363ff043 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -25,7 +25,7 @@ Python Command Line ################### The Python command line sent to the host is a base64-encoded copy of the -:py:meth:`mitogen.master.LocalStream._first_stage` function, which has been +:py:meth:`mitogen.master.Stream._first_stage` function, which has been carefully optimized to reduce its size. Prior to base64 encoding, ``CONTEXT_NAME`` is replaced with the desired context name in the function's source code.