File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ class Gitlab(object):
61
61
email (str): The user email or login.
62
62
password (str): The user password (associated with email).
63
63
ssl_verify (bool): Whether SSL certificates should be validated.
64
- timeout (float or tuple(float,float)) : Timeout to use for requests to
65
- the GitLab server.
66
- http_username: (str): Username for HTTP authentication
67
- http_password: (str): Password for HTTP authentication
64
+ timeout (float) : Timeout to use for requests to the GitLab server.
65
+ http_username (str): Username for HTTP authentication
66
+ http_password (str): Password for HTTP authentication
67
+
68
68
Attributes:
69
69
user_emails (UserEmailManager): Manager for GitLab users' emails.
70
70
user_keys (UserKeyManager): Manager for GitLab users' SSH keys.
You can’t perform that action at this time.
0 commit comments