From 8891fda48a37943022e7e4fbed2dde52067f6ba2 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 26 Oct 2018 09:09:54 +0000 Subject: [PATCH] docs: getting_started typo --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 1c92a559..20d1c2b3 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -246,7 +246,7 @@ Running User Functions ---------------------- So far we have used the interactive interpreter to call some standard library -functions, but if since source code typed at the interpreter cannot be +functions, but since the source code typed at the interpreter cannot be recovered, Mitogen is unable to execute functions defined in this way. We must therefore continue by writing our code as a script::