Skip to content

Commit 29567c6

Browse files
Added missing quote
1 parent b40640e commit 29567c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ auth = TokenAuthentication(
1111
token = "XXXXX",
1212
server = "XXXXX",
1313
skip_tls=False,
14-
# ca_cert_path="/path/to/cert
14+
# ca_cert_path="/path/to/cert"
1515
)
1616
auth.login()
1717
# log out with auth.logout()

0 commit comments

Comments
 (0)