Skip to content

Commit d5d5cbf

Browse files
committed
Updated how opening quote addition works
1 parent 13aac11 commit d5d5cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Tab completion of paths now supports ~user user path expansion
1111
* Simplified implementation of various tab completion functions so they no longer require ``ctypes``
1212
* Expanded documentation of ``display_matches`` list to clarify its purpose. See cmd2.py for this documentation.
13-
* Adding opening quote to tab completion if any of the matches have a space.
13+
* Adding opening quote to tab completion if any of the completion suggestions have a space.
1414

1515
* **Python 2 EOL notice**
1616
* This is the last release where new features will be added to ``cmd2`` for Python 2.7

0 commit comments

Comments
 (0)