diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-15 02:15:40 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-15 02:15:40 -0400 |
commit | d5d5cbf6124e10acf23894c6c12dc6164402155d (patch) | |
tree | 6fb096f8829e0674d622a7e57fb6895ab237ee13 | |
parent | 13aac11fb54c74d00360a32df624edc3e7be82d2 (diff) | |
download | cmd2-git-d5d5cbf6124e10acf23894c6c12dc6164402155d.tar.gz |
Updated how opening quote addition works
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a480123..ae2f85b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * Tab completion of paths now supports ~user user path expansion * Simplified implementation of various tab completion functions so they no longer require ``ctypes`` * Expanded documentation of ``display_matches`` list to clarify its purpose. See cmd2.py for this documentation. - * Adding opening quote to tab completion if any of the matches have a space. + * Adding opening quote to tab completion if any of the completion suggestions have a space. * **Python 2 EOL notice** * This is the last release where new features will be added to ``cmd2`` for Python 2.7 |