diff options
Diffstat (limited to 'docs/features/misc.rst')
-rw-r--r-- | docs/features/misc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/misc.rst b/docs/features/misc.rst index aa791236..0dc1939c 100644 --- a/docs/features/misc.rst +++ b/docs/features/misc.rst @@ -23,7 +23,7 @@ Presents numbered options to user, as bash ``select``. ``app.select`` is called from within a method (not by the user directly; it is ``app.select``, not ``app.do_select``). -.. automethod:: cmd2.cmd2.Cmd.select +.. automethod:: cmd2.Cmd.select :noindex: :: |