diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2022-04-13 16:00:52 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2022-04-13 16:07:05 -0400 |
commit | 53fc6179b60f5d3821a0a29de3d8d5ef4d52be51 (patch) | |
tree | 92314d149a13879b7cb4c1af4bc1817a05cc06c3 | |
parent | 49a6b264876895e3020fdebf84232a28d4fe36a5 (diff) | |
download | cmd2-git-53fc6179b60f5d3821a0a29de3d8d5ef4d52be51.tar.gz |
Fixed formatting error
-rwxr-xr-x | examples/hooks.py | 2 |
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. """ |