From 0b141ade62973adaa0587df4b96413d2154fe67e Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 5 Oct 2017 19:19:11 +0530 Subject: [PATCH] docs: getting started --- docs/getting_started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 50a4bd8b..1ee2b3bd 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -130,9 +130,9 @@ Creating A Context ------------------ Contexts are simply external Python programs over which your program has -control. They can be created as subprocesses on the local machine, in another -user account via `sudo`, on a remote machine via `ssh`, or any recursive -combination of the above. +control, and can execute code within. They can be created as subprocesses on +the local machine, in another user account via `sudo`, on a remote machine via +`ssh`, or any recursive combination of the above. Now a :py:class:`Router` exists, our first :py:class:`contexts ` can be created. To demonstrate basic functionality, we will start with some