summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-10-31 07:37:01 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2017-11-01 09:05:20 +0100
commit4c3aa23775f509aa1c69732ea0a66262f1f5269e (patch)
tree3a644d9bda8df03747054b06b972fecbee1d3945 /gitlab
parent3a8c4800b31981444fb8fa614e185e2b6a310954 (diff)
downloadgitlab-4c3aa23775f509aa1c69732ea0a66262f1f5269e.tar.gz
Update the ssl_verify docstring
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 25b0b86..fc054c8 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -61,7 +61,9 @@ class Gitlab(object):
private_token (str): The user private token
email (str): The user email or login.
password (str): The user password (associated with email).
- ssl_verify (bool): Whether SSL certificates should be validated.
+ ssl_verify (bool|str): Whether SSL certificates should be validated. If
+ the value is a string, it is the path to a CA file used for
+ certificate validation.
timeout (float): Timeout to use for requests to the GitLab server.
http_username (str): Username for HTTP authentication
http_password (str): Password for HTTP authentication