Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Brynn Yin <[email protected]>
  • Loading branch information
brynn-code committed Apr 25, 2024
1 parent 9a31fd7 commit 833ae4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def get(self, name: str, **kwargs) -> _Connection:
:param name: Name of the connection.
:type name: str
:return: connection object retrieved from the database.
:return: connection object retrieved from Azure.
:rtype: ~promptflow.sdk.entities._connection._Connection
"""
return self._get(name, **kwargs)
Expand All @@ -115,7 +115,7 @@ def _get(self, name: str, **kwargs) -> _Connection:
:param name: Name of the connection.
:type name: str
:return: connection object retrieved from the database.
:return: connection object retrieved from Azure.
:rtype: ~promptflow.sdk.entities._connection._Connection
"""
with_secrets = kwargs.get("with_secrets", False)
Expand Down

0 comments on commit 833ae4d

Please sign in to comment.