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::