summaryrefslogtreecommitdiff
path: root/examples/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hooks.py')
-rwxr-xr-xexamples/hooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hooks.py b/examples/hooks.py
index 9c40cc98..97b90739 100755
--- a/examples/hooks.py
+++ b/examples/hooks.py
@@ -37,7 +37,7 @@ class CmdLineApp(cmd2.Cmd):
We also add a postcommand hook, which updates the shell prompt to show the
raw contents of the Statement after the postparsing hooks are finished. To
- use this hook, run `(Cmd) set debug True`. All of the above variations of
+ use this hook, run `(Cmd) set debug True`. All of the above variations of
the list command should produce the same raw content.
"""