Skip to content

Commit 7a84f45

Browse files
committed
spelling: protected
Signed-off-by: Josh Soref <[email protected]>
1 parent b4189c4 commit 7a84f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/tools/bigquery/query_tool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def execute_sql(
328328
"""
329329

330330

331-
_execute_sql_protecetd_write_examples = """
331+
_execute_sql_protected_write_examples = """
332332
Create a temporary table with schema prescribed:
333333
334334
>>> execute_sql("my_project",
@@ -494,7 +494,7 @@ def get_execute_sql(config: BigQueryToolConfig) -> Callable[..., dict]:
494494

495495
# Now, set the new docstring
496496
if config.write_mode == WriteMode.PROTECTED:
497-
execute_sql_wrapper.__doc__ += _execute_sql_protecetd_write_examples
497+
execute_sql_wrapper.__doc__ += _execute_sql_protected_write_examples
498498
else:
499499
execute_sql_wrapper.__doc__ += _execute_sql_write_examples
500500

0 commit comments

Comments
 (0)