summaryrefslogtreecommitdiff
path: root/examples/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example.py')
-rwxr-xr-xexamples/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.py b/examples/example.py
index a3d4e90b..4c527076 100755
--- a/examples/example.py
+++ b/examples/example.py
@@ -17,7 +17,7 @@ import cmd2
class CmdLineApp(cmd2.Cmd):
- """ Example cmd2 application. """
+ """Example cmd2 application."""
# Setting this true makes it run a shell command if a cmd2/cmd command doesn't exist
# default_to_shell = True