diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-14 18:12:39 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-14 18:12:39 -0400 |
commit | 85dbe035114330a15abd5af6e098ef6948fa6cb0 (patch) | |
tree | e087dfa160eba882dcbd623609cab763efbd1ebc /docs/hooks.rst | |
parent | 3329e5fec21f2cc4479bb3358170e2226885ab3b (diff) | |
parent | ddd07f9cd6d72baca1232ae98856cf3b3d564706 (diff) | |
download | cmd2-git-85dbe035114330a15abd5af6e098ef6948fa6cb0.tar.gz |
Merge branch 'master' into history_fixes
Diffstat (limited to 'docs/hooks.rst')
-rw-r--r-- | docs/hooks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hooks.rst b/docs/hooks.rst index 35753e59..5db97fe5 100644 --- a/docs/hooks.rst +++ b/docs/hooks.rst @@ -54,7 +54,7 @@ value is ignored. Application Lifecycle Attributes -------------------------------- -There are numerous attributes (member variables of the ``cmd2.Cmd``) which have +There are numerous attributes of and arguments to ``cmd2.Cmd`` which have a significant effect on the application behavior upon entering or during the main loop. A partial list of some of the more important ones is presented here: |