summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-08-23 16:57:53 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-08-23 16:57:53 -0400
commit17146bcbd9dc32da28aa78d6ce90f0fc4b12baf4 (patch)
treeda1c9589a1612717dd2067f54ce7f6b5abc7acef
parent143475f8ff85d90df97ef52512853e30eb5ebf07 (diff)
downloadcmd2-git-17146bcbd9dc32da28aa78d6ce90f0fc4b12baf4.tar.gz
Updated documentation
-rw-r--r--docs/features/argument_processing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst
index cbbdb104..6ece2a81 100644
--- a/docs/features/argument_processing.rst
+++ b/docs/features/argument_processing.rst
@@ -273,7 +273,7 @@ Here's what it looks like::
if unknown:
self.perror("dir does not take any positional arguments:")
self.do_help('dir')
- self.last_result = CommandResult('', 'Bad arguments')
+ self.last_result = 'Bad arguments'
return
# Get the contents as a list