From 2bc0aa1777656bef2c8b5610c2fe89a2d620dae5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 28 Mar 2025 18:45:31 -1000 Subject: [PATCH] docs: Fix docstring for check_openrouter_tier failure case --- aider/onboarding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/onboarding.py b/aider/onboarding.py index a366051e0..e24224c86 100644 --- a/aider/onboarding.py +++ b/aider/onboarding.py @@ -25,7 +25,7 @@ def check_openrouter_tier(api_key): Returns: A boolean indicating if the user is on a free tier (True) or paid tier (False). - Returns False if the check fails. + Returns True if the check fails. """ try: response = requests.get(