summaryrefslogtreecommitdiff
path: root/examples/python_scripting.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-11-08 19:17:53 -0500
committerGitHub <noreply@github.com>2019-11-08 19:17:53 -0500
commitd5916797620225391379ea40ae466bd7f496ff52 (patch)
tree6452dc4a3f1f45e31cfae16c8acccf3dd7746f14 /examples/python_scripting.py
parenta18eef6f6aa89280b5f9b92d4e681f22a438ff8b (diff)
parent36796c2c6be67085f3d9000086de7052f08f433c (diff)
downloadcmd2-git-d5916797620225391379ea40ae466bd7f496ff52.tar.gz
Merge pull request #799 from python-cmd2/doc_updates
Doc updates
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