Skip to content

Commit 833ae4d

Browse files
committed
Update docstring
Signed-off-by: Brynn Yin <[email protected]>
1 parent 9a31fd7 commit 833ae4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/promptflow-devkit/promptflow/_sdk/operations/_local_azure_connection_operations.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get(self, name: str, **kwargs) -> _Connection:
105105
106106
:param name: Name of the connection.
107107
:type name: str
108-
:return: connection object retrieved from the database.
108+
:return: connection object retrieved from Azure.
109109
:rtype: ~promptflow.sdk.entities._connection._Connection
110110
"""
111111
return self._get(name, **kwargs)
@@ -115,7 +115,7 @@ def _get(self, name: str, **kwargs) -> _Connection:
115115
116116
:param name: Name of the connection.
117117
:type name: str
118-
:return: connection object retrieved from the database.
118+
:return: connection object retrieved from Azure.
119119
:rtype: ~promptflow.sdk.entities._connection._Connection
120120
"""
121121
with_secrets = kwargs.get("with_secrets", False)

0 commit comments

Comments
 (0)