summaryrefslogtreecommitdiff
path: root/docs/features/multiline_commands.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-02-08 16:54:25 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-02-08 16:54:25 -0500
commit53a5cef6d56418528e969f55855906f7f602a7b1 (patch)
tree5e994a8295f3240bea6ed311283b12e1109400bb /docs/features/multiline_commands.rst
parentf08f7d2a6d03d4654903d2d5bea33bf24f661a00 (diff)
parentc0942f1b72356f199054d52641170ce74e0f8b46 (diff)
downloadcmd2-git-53a5cef6d56418528e969f55855906f7f602a7b1.tar.gz
Merge branch 'master' into api_docs
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
---------