Skip to content

Commit 4c3aa23

Browse files
author
Gauvain Pocentek
committed
Update the ssl_verify docstring
1 parent 3a8c480 commit 4c3aa23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gitlab/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ class Gitlab(object):
6161
private_token (str): The user private token
6262
email (str): The user email or login.
6363
password (str): The user password (associated with email).
64-
ssl_verify (bool): Whether SSL certificates should be validated.
64+
ssl_verify (bool|str): Whether SSL certificates should be validated. If
65+
the value is a string, it is the path to a CA file used for
66+
certificate validation.
6567
timeout (float): Timeout to use for requests to the GitLab server.
6668
http_username (str): Username for HTTP authentication
6769
http_password (str): Password for HTTP authentication

0 commit comments

Comments
 (0)