style: Use triple quotes for docstring

This commit is contained in:
Paul Gauthier (aider) 2025-06-20 13:45:31 -07:00
parent a1c2eeb88a
commit ae927d85f0

View file

@ -1541,7 +1541,7 @@ class Commands:
return self.cmd_editor(args) return self.cmd_editor(args)
def cmd_think_tokens(self, 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 model = self.coder.main_model
if not args.strip(): if not args.strip():