summaryrefslogtreecommitdiff
path: root/docs/freefeatures.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/freefeatures.rst')
-rw-r--r--docs/freefeatures.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/freefeatures.rst b/docs/freefeatures.rst
index 7864f146..c70a2d93 100644
--- a/docs/freefeatures.rst
+++ b/docs/freefeatures.rst
@@ -135,7 +135,6 @@ You may optionally enable full access to to your application by setting
session, which is a reference to your Cmd2 application. This can be useful for
debugging your application. To prevent users from enabling this ability
manually you'll need to remove ``locals_in_py`` from the ``settable`` dictionary.
-That session can call
The ``app`` object (or your custom name) provides access to application commands
through either raw commands or through a python API wrapper. For example, any