Skip to content

Commit 53fc617

Browse files
committed
Fixed formatting error
1 parent 49a6b26 commit 53fc617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CmdLineApp(cmd2.Cmd):
3737
3838
We also add a postcommand hook, which updates the shell prompt to show the
3939
raw contents of the Statement after the postparsing hooks are finished. To
40-
use this hook, run `(Cmd) set debug True`. All of the above variations of
40+
use this hook, run `(Cmd) set debug True`. All of the above variations of
4141
the list command should produce the same raw content.
4242
4343
"""

0 commit comments

Comments
 (0)