Skip to content

Commit 17146bc

Browse files
committed
Updated documentation
1 parent 143475f commit 17146bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/argument_processing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Here's what it looks like::
273273
if unknown:
274274
self.perror("dir does not take any positional arguments:")
275275
self.do_help('dir')
276-
self.last_result = CommandResult('', 'Bad arguments')
276+
self.last_result = 'Bad arguments'
277277
return
278278

279279
# Get the contents as a list

0 commit comments

Comments
 (0)