Skip to content

Commit

Permalink
Update the ssl_verify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Nov 1, 2017
1 parent 3a8c480 commit 4c3aa23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gitlab/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit 4c3aa23

Please sign in to comment.