From 1aa8df40cee21031974999c54a68c0a6f4415023 Mon Sep 17 00:00:00 2001 From: Gabriel Cocenza Date: Thu, 18 Jan 2024 10:18:13 -0300 Subject: [PATCH] small re-word --- cou/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cou/commands.py b/cou/commands.py index 864386dd..c115cbda 100644 --- a/cou/commands.py +++ b/cou/commands.py @@ -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