Skip to content

Commit 5f560be

Browse files
docs: Fix #1625 code snippet error
Resolves #1625
1 parent de9d1fd commit 5f560be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from agents import Agent, ModelSettings, function_tool
1616

1717
@function_tool
1818
def get_weather(city: str) -> str:
19-
"""returns weather info for the specified city."""
19+
"""returns weather info for the specified city."""
2020
return f"The weather in {city} is sunny"
2121

2222
agent = Agent(

0 commit comments

Comments
 (0)