From 6c8444db3e8f17935fe5ce6a0acadbdf3122ee82 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Thu, 10 Oct 2024 09:24:47 -0700 Subject: [PATCH] apply suggestion Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- airbyte/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte/cli.py b/airbyte/cli.py index a19be803..999579f6 100644 --- a/airbyte/cli.py +++ b/airbyte/cli.py @@ -125,7 +125,7 @@ ) PIP_URL_HELP = ( - "This can be a anything pip accepts, including: a PyPI package name, a local path, " + "This can be anything pip accepts, including: a PyPI package name, a local path, " "a git repository, a git branch ref, etc. Use '.' to install from the current local " "directory." )