docs: Fix typo in envs.py

Copybara Merge: https://github.com/google/adk-python/pull/1095

--
3f3bbf1967ee58aa0d321d8b670b1a9736f62b87 by MikeTako <kaito@hiru-t.com>:

docs: Fix typo in envs.py
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1095 from miketako3:patch-1 3f3bbf1967ee58aa0d321d8b670b1a9736f62b87
PiperOrigin-RevId: 766257832
This commit is contained in:
MikeTako 2025-06-02 10:50:03 -07:00 committed by Copybara-Service
parent f1803312c6
commit bd588bce50

View File

@ -35,7 +35,7 @@ def _walk_to_root_until_found(folder, filename) -> str:
def load_dotenv_for_agent( def load_dotenv_for_agent(
agent_name: str, agent_parent_folder: str, filename: str = '.env' agent_name: str, agent_parent_folder: str, filename: str = '.env'
): ):
"""Lods the .env file for the agent module.""" """Loads the .env file for the agent module."""
# Gets the folder of agent_module as starting_folder # Gets the folder of agent_module as starting_folder
starting_folder = os.path.abspath( starting_folder = os.path.abspath(