summaryrefslogtreecommitdiff
path: root/examples/python_scripting.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-11-03 22:48:05 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-11-03 22:48:05 -0500
commit7440079ab74b58c7809318fa951c1326b466e320 (patch)
treeaeed2808785a348665e4166e6e05ef90a12ecfb9 /examples/python_scripting.py
parentbd1c6660079398a406d2160dd6869ea2bb9b25d0 (diff)
downloadcmd2-git-7440079ab74b58c7809318fa951c1326b466e320.tar.gz
Minor update to embedded python shells docs
Diffstat (limited to 'examples/python_scripting.py')
-rwxr-xr-xexamples/python_scripting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python_scripting.py b/examples/python_scripting.py
index 3d0a54a9..8c680d33 100755
--- a/examples/python_scripting.py
+++ b/examples/python_scripting.py
@@ -22,7 +22,7 @@ from cmd2 import ansi
class CmdLineApp(cmd2.Cmd):
- """ Example cmd2 application to showcase conditional control flow in Python scripting within cmd2 aps. """
+ """ Example cmd2 application to showcase conditional control flow in Python scripting within cmd2 apps."""
def __init__(self):
# Enable the optional ipy command if IPython is installed by setting use_ipython=True