From 53fc6179b60f5d3821a0a29de3d8d5ef4d52be51 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 13 Apr 2022 16:00:52 -0400 Subject: [PATCH] Fixed formatting error --- examples/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """