Skip to content

Commit 5a19195

Browse files
Update src/a2a/client/client_factory.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f55a073 commit 5a19195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/a2a/client/client_factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ class ClientFactory:
5050
# interceptors
5151
client = factory.create(card, additional_consumers, interceptors)
5252
53-
Now the client can be used the same regardless of transport and
54-
aligns client config with server capabilities.
53+
Now the client can be used consistently regardless of the transport. This
54+
aligns the client configuration with the server's capabilities.
5555
"""
5656

5757
def __init__(

0 commit comments

Comments
 (0)