Skip to content

Commit

Permalink
Fixed formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Apr 13, 2022
1 parent 49a6b26 commit 53fc617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 53fc617

Please sign in to comment.