Skip to content

Commit bbdd32d

Browse files
chore: minor comment reword
1 parent e20f6ac commit bbdd32d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/cloud/sql/connector/asyncpg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ async def connect(
3232
ip_address (str): A string containing an IP address for the Cloud SQL
3333
instance.
3434
ctx (ssl.SSLContext): An SSLContext object created from the Cloud SQL
35-
kwargs: Additional arguments to pass to the asyncpg connect method.
35+
kwargs: Keyword arguments for establishing asyncpg connection
36+
object to Cloud SQL instance.
3637
3738
Returns:
3839
asyncpg.Connection: A asyncpg Connection object for the Cloud SQL

0 commit comments

Comments
 (0)