diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-23 17:37:39 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-23 17:37:39 -0400 |
commit | e21e2ef271bed4681ec09ee2643f4b9a4e54ca8e (patch) | |
tree | 97cca6ad8fd3782d834f6231d60b534b94646159 /docs | |
parent | 6deb39d75f785e40daaa14ef033bf5797f42944f (diff) | |
download | cmd2-git-e21e2ef271bed4681ec09ee2643f4b9a4e54ca8e.tar.gz |
More completion doc updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features/completion.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/completion.rst b/docs/features/completion.rst index c15ceb13..51e5d73c 100644 --- a/docs/features/completion.rst +++ b/docs/features/completion.rst @@ -71,8 +71,8 @@ Included Tab Completion Functions Raising Exceptions During Completion ------------------------------------ -There are times when tab completion fails and a message needs to be reported to -the user. These include the following example cases: +There are times when an error occurs while tab completing and a message needs +to be reported to the user. These include the following example cases: - Reading a database to retrieve a tab completion data set failed - A previous command line argument that determines the data set being completed |