summaryrefslogtreecommitdiff
path: root/docs/features/multiline_commands.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features/multiline_commands.rst')
-rw-r--r--docs/features/multiline_commands.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/multiline_commands.rst b/docs/features/multiline_commands.rst
index 96063867..6e0a4539 100644
--- a/docs/features/multiline_commands.rst
+++ b/docs/features/multiline_commands.rst
@@ -17,9 +17,9 @@ Continuation prompt
When a user types a :ref:`Multiline Command
<features/multiline_commands:Multiline Commands>` it may span more than one
line of input. The prompt for the first line of input is specified by the
-``cmd2.Cmd.prompt`` instance attribute - see
+:attr:`cmd2.Cmd.prompt` instance attribute - see
:ref:`features/prompt:Customizing the Prompt`. The prompt for subsequent lines
-of input is defined by the ``cmd2.Cmd.continuation_prompt`` attribute.
+of input is defined by the :attr:`cmd2.Cmd.continuation_prompt` attribute.
Use cases
---------