summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-07-16 19:12:48 -0600
committerkotfu <kotfu@kotfu.net>2018-07-16 19:12:48 -0600
commit42f095c5170004849e50e03f453d8191c3ca6807 (patch)
treedea247ed13620bdc7ecb5f828efc0862548b732f
parent8b26484160a7cde3ffd20661faec9f4a0da1f083 (diff)
downloadcmd2-git-42f095c5170004849e50e03f453d8191c3ca6807.tar.gz
Fix erroneous indication that ‘precmd()’ and ‘postcmd()’ are deprecated
-rw-r--r--docs/hooks.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/hooks.rst b/docs/hooks.rst
index bb079457..2a5d7b5f 100644
--- a/docs/hooks.rst
+++ b/docs/hooks.rst
@@ -322,8 +322,4 @@ the various hook methods, presented in chronological order starting with the one
.. automethod:: cmd2.cmd2.Cmd.postparsing_precmd
-.. automethod:: cmd2.cmd2.Cmd.precmd
-
-.. automethod:: cmd2.cmd2.Cmd.postcmd
-
.. automethod:: cmd2.cmd2.Cmd.postparsing_postcmd