From 47e7d3341281cdca55577436189ef592f569abb4 Mon Sep 17 00:00:00 2001 From: devteamaegis Date: Thu, 21 May 2026 19:14:16 -0400 Subject: [PATCH] docs: fix "to to" duplicate-word typo in _api_client docstrings --- google/genai/_api_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google/genai/_api_client.py b/google/genai/_api_client.py index e6202815e..b046c0ff9 100644 --- a/google/genai/_api_client.py +++ b/google/genai/_api_client.py @@ -1007,7 +1007,7 @@ def _maybe_set( Does not override the SSL context if it is already set. Args: - args: The client args to to check for SSL context. + args: The client args to check for SSL context. ctx: The SSL context to set. Returns: @@ -1059,7 +1059,7 @@ def _maybe_set( Does not override the SSL context if it is already set. Args: - args: The client args to to check for SSL context. + args: The client args to check for SSL context. ctx: The SSL context to set. Returns: @@ -1117,7 +1117,7 @@ def _maybe_set( Does not override the SSL context if it is already set. Args: - args: The client args to to check for SSL context. + args: The client args to check for SSL context. ctx: The SSL context to set. Returns: