summaryrefslogtreecommitdiff
path: root/examples/remove_builtin_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/remove_builtin_commands.py')
-rwxr-xr-xexamples/remove_builtin_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/remove_builtin_commands.py b/examples/remove_builtin_commands.py
index b0b19447..67541a84 100755
--- a/examples/remove_builtin_commands.py
+++ b/examples/remove_builtin_commands.py
@@ -13,7 +13,7 @@ import cmd2
class RemoveBuiltinCommands(cmd2.Cmd):
- """ Example cmd2 application where we remove some unused built-in commands."""
+ """Example cmd2 application where we remove some unused built-in commands."""
def __init__(self):
super().__init__()