summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2022-04-13 16:00:52 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2022-04-13 16:07:05 -0400
commit53fc6179b60f5d3821a0a29de3d8d5ef4d52be51 (patch)
tree92314d149a13879b7cb4c1af4bc1817a05cc06c3
parent49a6b264876895e3020fdebf84232a28d4fe36a5 (diff)
downloadcmd2-git-53fc6179b60f5d3821a0a29de3d8d5ef4d52be51.tar.gz
Fixed formatting error
-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.
"""