diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/freefeatures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/freefeatures.rst b/docs/freefeatures.rst index 1c829f0a..7b6762ad 100644 --- a/docs/freefeatures.rst +++ b/docs/freefeatures.rst @@ -271,7 +271,7 @@ Abbreviated commands ==================== ``cmd2`` apps will accept shortened command names -so long as there is no ambiguity if the ``abrev`` settable parameter is set to ``True``. +so long as there is no ambiguity if the ``abbrev`` settable parameter is set to ``True``. Thus, if ``do_divide`` is defined, then ``divid``, ``div``, or even ``d`` will suffice, so long as there are no other commands defined beginning with *divid*, |