Skip to content

Commit 6c3b8b5

Browse files
committed
fix: Correct various typos in CHANGELOG.md and test_rest_api_tool.py
Corrected the following spelling errors: - CHANGELOG.md: "impprovements" -> "improvements" - test_rest_api_tool.py: "def sample_endpiont:" -> "def sample_endpoint:" - CHANGELOG.md: "credentails" -> "credentials" - CHANGELOG.md: "auido" -> "audio"
1 parent d387ab0 commit 6c3b8b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### ⚠ BREAKING CHANGES
66

77
* Auth: expose `access_token` and `refresh_token` at top level of auth
8-
credentails, instead of a `dict`
8+
credentials, instead of a `dict`
99
([commit](https://github.com/google/adk-python/commit/956fb912e8851b139668b1ccb8db10fd252a6990)).
1010

1111
### Features
@@ -28,7 +28,7 @@
2828

2929
### Miscellaneous Chores
3030

31-
* README.md impprovements.
31+
* README.md improvements.
3232
* Various code improvements.
3333
* Various typo fixes.
3434
* Bump min version of google-genai to 1.11.0.
@@ -86,4 +86,4 @@
8686
* Built-in evaluation support
8787
* Development UI that makes local development easy
8888
* Deploy to Google Cloud Run, Agent Engine
89-
* (Experimental) Live(Bidi) auido/video agent support and Compositional Function Calling(CFC) support
89+
* (Experimental) Live(Bidi) audio/video agent support and Compositional Function Calling(CFC) support

tests/unittests/tools/openapi_tool/openapi_spec_parser/test_rest_api_tool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def mock_operation_parser(self):
6161
return mock_parser
6262

6363
@pytest.fixture
64-
def sample_endpiont(self):
64+
def sample_endpoint(self):
6565
return OperationEndpoint(
6666
base_url="https://example.com", path="/test", method="GET"
6767
)

0 commit comments

Comments
 (0)