8000 docs: fixing a typo · google/adk-python@6ee5126 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ee5126

Browse files
didier-durandcopybara-github
authored andcommitted
docs: fixing a typo
Merge #3975 ### Link to Issue or Description of Change Fixing various typos: see commit diffs for details **1. Link to an existing issue (if applicable):** - Closes: N/A - Related: N/A **2. Or, if no issue exists, describe the change:** Fixing various typos: see commit diffs for details **Problem:** Improve quality of repo **Solution:** Pull this P/R ### Testing Plan N/A **Unit Tests:** - [N/A] I have added or updated unit tests for my change. - [X] All unit tests pass locally. **Manual End-to-End (E2E) Tests:** N/A ### Checklist - [X] I have read the [CONTRIBUTING.md](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) document. - [X] I have performed a self-review of my own code. - [N/A] I have commented my code, particularly in hard-to-understand areas. - [N/A] I have added tests that prove my fix is effective or that my feature works. - [X] New and existing unit tests pass locally with my changes. - [N/A] I have manually tested my changes end-to-end. - [N/A] Any dependent changes have been merged and published in downstream modules. ### Additional context N/A COPYBARA_INTEGRATE_REVIEW=#3975 from didier-durand:fix-typos-b ca1cba4 PiperOrigin-RevId: 868308215
1 parent a88e864 commit 6ee5126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/runners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ async def run_live(
937937
**Events Yielded to Callers:**
938938
* **Live Model Audio Events with Inline Data:** Events containing raw
939939
audio `Blob` data(`inline_data`).
940-
* **Live Model Audio Events with File Data:** Both input and ouput audio
940+
* **Live Model Audio Events with File Data:** Both input and output audio
941941
data are aggregated into an audio file saved into artifacts. The
942942
reference to the file is saved in the event as `file_data`.
943943
* **Usage Metadata:** Events containing token usage.

0 commit comments

Comments
 (0)
0