diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-02-06 21:40:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-06 21:40:00 -0500 |
| commit | bc9fd93cf00dc8adddb87b1fd973309d6c38c2a5 (patch) | |
| tree | fc8ff817e8d21809a14672588fc2cf5c7cded531 /docs/freefeatures.rst | |
| parent | 911d9651dd5370f4432b45ba1e481309d01178d5 (diff) | |
| parent | ec404a6451a608ae6fcc34420b7abf8ae436d464 (diff) | |
| download | cmd2-git-0.9.8.tar.gz | |
Merge pull request #624 from python-cmd2/doc_updates0.9.8
Minor doc updates that fix a few typos and inaccuracies
Diffstat (limited to 'docs/freefeatures.rst')
| -rw-r--r-- | docs/freefeatures.rst | 1 |
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 |
