summaryrefslogtreecommitdiff
path: root/docs/hooks.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-27 22:07:08 -0400
committerGitHub <noreply@github.com>2018-05-27 22:07:08 -0400
commit76c29610672e30a12aae3d75adf34b085571fe9f (patch)
tree4c44834ce7befedb9b90bfea2d37f38797278899 /docs/hooks.rst
parent8f88f819fae7508066a81a8d961a7115f2ec4bed (diff)
parent12cc83b5051e0683e499e372cc66708cbcd3c835 (diff)
downloadcmd2-git-76c29610672e30a12aae3d75adf34b085571fe9f.tar.gz
Merge pull request #420 from python-cmd2/preparse
Fixed bug where preparse() wasn't called before parsing
Diffstat (limited to 'docs/hooks.rst')
-rw-r--r--docs/hooks.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/hooks.rst b/docs/hooks.rst
index c28f9b8f..1e96e963 100644
--- a/docs/hooks.rst
+++ b/docs/hooks.rst
@@ -50,8 +50,6 @@ the various hook methods, presented in chronological order starting with the one
.. automethod:: cmd2.cmd2.Cmd.preparse
-.. automethod:: cmd2.cmd2.Cmd.postparse
-
.. automethod:: cmd2.cmd2.Cmd.postparsing_precmd
.. automethod:: cmd2.cmd2.Cmd.precmd