Skip to content

Commit ee48d68

Browse files
authored
docs: Address typos in docstrings and docs. (#370)
Commit: a2aproject/A2A@8d57eba
1 parent 82a6b7c commit ee48d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/a2a/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ class PushNotificationConfig(A2ABaseModel):
830830
"""
831831
id: str | None = None
832832
"""
833-
A unique ID for the push notification configuration, created by the server
833+
A unique ID for the push notification configuration, set by the client
834834
to support multiple notification callbacks.
835835
"""
836836
token: str | None = None

0 commit comments

Comments
 (0)