Skip to content

Commit 89497bd

Browse files
committed
docstring polish - backticks
1 parent 3ec143d commit 89497bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/posit/connect/external/databricks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _get_auth_type(local_auth_type: str) -> str:
7878

7979

8080
class PositContentCredentialsProvider:
81-
"""CredentialsProvider implementation which initiates a credential exchange using a content-session-token.
81+
"""`CredentialsProvider` implementation which initiates a credential exchange using a content-session-token.
8282
8383
The content-session-token is provided by Connect through the environment variable `CONNECT_CONTENT_SESSION_TOKEN`.
8484
@@ -97,7 +97,7 @@ def __call__(self) -> Dict[str, str]:
9797

9898

9999
class PositCredentialsProvider:
100-
"""CredentialsProvider implementation which initiates a credential exchange using a user-session-token.
100+
"""`CredentialsProvider` implementation which initiates a credential exchange using a user-session-token.
101101
102102
The user-session-token is provided by Connect through the HTTP session header
103103
`Posit-Connect-User-Session-Token`.

0 commit comments

Comments
 (0)