Skip to content

Commit

Permalink
small re-word
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed Jan 18, 2024
1 parent 5d04a32 commit 1aa8df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cou/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ class CLIargs:
def prompt(self) -> bool:
"""Whether if COU should prompt to the user.
:return: Prompt if true, otherwise don't prompt.
:return: Prompt if auto_approve is True, otherwise don't prompt.
:rtype: bool
"""
return not self.auto_approve
Expand Down

0 comments on commit 1aa8df4

Please sign in to comment.