Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Aug 23, 2021
1 parent 143475f commit 17146bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/argument_processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17146bc

Please sign in to comment.