diff options
author | ksunden <sunden@wisc.edu> | 2017-07-16 13:30:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 13:30:21 -0500 |
commit | 8f82d13f53c0d56e46e5dbe1af870101b13d8c39 (patch) | |
tree | d4af7507ba3dca82fa75de8dc4aa7b4f99d3a5c3 /docs | |
parent | f886e40365efce68ec43386bf80b9a587b6bade7 (diff) | |
download | cmd2-git-8f82d13f53c0d56e46e5dbe1af870101b13d8c39.tar.gz |
Spelling of abbrev in Abbreviated commands section
From "abrev" to "abbrev"
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*, |