From 94f1bb23400ba77950fa61e2bcab0c1afe40d352 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 8 Apr 2020 23:29:01 -0400 Subject: The continuation_prompt attribute was declared twice in cmd.rst - this fixes and consolidates that --- docs/api/cmd.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/api') diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst index 4124912a..6fdfbf27 100644 --- a/docs/api/cmd.rst +++ b/docs/api/cmd.rst @@ -6,11 +6,6 @@ cmd2.Cmd .. automethod:: __init__ - .. attribute:: continuation_prompt - - Use as prompt for multiline commands on the 2nd+ line of input. - Default: ``>``. - .. attribute:: default_error The error message displayed when a non-existent command is run. @@ -31,6 +26,7 @@ cmd2.Cmd The prompt issued to solicit input for the 2nd and subsequent lines of a :ref:`multiline command ` + Default: ``>``. .. attribute:: echo -- cgit v1.2.1