From ae927d85f0f962411bf85422c729473e78993f1d Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 20 Jun 2025 13:45:31 -0700 Subject: [PATCH] style: Use triple quotes for docstring --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 2402641f3..705e626f3 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1541,7 +1541,7 @@ class Commands: return self.cmd_editor(args) def cmd_think_tokens(self, args): - "Set the thinking token budget (supports formats like 8096, 8k, 10.5k, 0.5M, or 0 to disable)" + """Set the thinking token budget (supports formats like 8096, 8k, 10.5k, 0.5M, or 0 to disable)""" model = self.coder.main_model if not args.strip():