Skip to content

Commit 11c1425

Browse files
author
Gauvain Pocentek
committed
Fix docstring for http_{username,password}
1 parent be83ff9 commit 11c1425

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gitlab/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ class Gitlab(object):
6161
email (str): The user email or login.
6262
password (str): The user password (associated with email).
6363
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+
6868
Attributes:
6969
user_emails (UserEmailManager): Manager for GitLab users' emails.
7070
user_keys (UserKeyManager): Manager for GitLab users' SSH keys.

0 commit comments

Comments
 (0)