diff options
Diffstat (limited to 'docs/features/hooks.rst')
-rw-r--r-- | docs/features/hooks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/hooks.rst b/docs/features/hooks.rst index 17f2884e..ee1d5fbc 100644 --- a/docs/features/hooks.rst +++ b/docs/features/hooks.rst @@ -1,7 +1,7 @@ Hooks ===== -The typical way of starting a cmd2 application is as follows:: +The typical way of starting a ``cmd2`` application is as follows:: import cmd2 class App(cmd2.Cmd): |