Skip to content

Commit 800a29a

Browse files
committed
Update A2AFastAPIApplication.__init__ docstring
1 parent d29c63a commit 800a29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/apps/jsonrpc/fastapi_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
extended_agent_card: AgentCard | None = None,
3434
context_builder: CallContextBuilder | None = None,
3535
):
36-
"""Initializes the A2AStarletteApplication.
36+
"""Initializes the A2AFastAPIApplication.
3737
3838
Args:
3939
agent_card: The AgentCard describing the agent's capabilities.

0 commit comments

Comments
 (0)