summaryrefslogtreecommitdiff
path: root/docs/settingchanges.rst
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-29 15:29:54 -0600
committerkotfu <kotfu@kotfu.net>2018-04-29 15:29:54 -0600
commit7b2d8a23b978f408cc1fe949e23c0aae97ed54a3 (patch)
tree2fce238aa94ee0a63dac1a872ea188066e50717d /docs/settingchanges.rst
parent00093dd2cff5b0532c9c6154b396acf49043df66 (diff)
downloadcmd2-git-7b2d8a23b978f408cc1fe949e23c0aae97ed54a3.tar.gz
multilineCommands -> multiline_commands
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r--docs/settingchanges.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst
index 539bbc9a..f005fb49 100644
--- a/docs/settingchanges.rst
+++ b/docs/settingchanges.rst
@@ -44,7 +44,7 @@ To define more shortcuts, update the dict ``App.shortcuts`` with the
Shortcuts need to be created by updating the ``shortcuts`` dictionary attribute prior to calling the
``cmd2.Cmd`` super class ``__init__()`` method. Moreover, that super class init method needs to be called after
updating the ``shortcuts`` attribute This warning applies in general to many other attributes which are not
- settable at runtime such as ``commentGrammars``, ``multilineCommands``, etc.
+ settable at runtime such as ``multiline_commands``, etc.
Aliases