Skip to content

Commit

Permalink
Update Gitlab __init__ docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 23, 2017
1 parent deecf17 commit f373885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/__init__.py
Expand Up @@ -65,6 +65,7 @@ class Gitlab(object):
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
api_version (str): Gitlab API version to use (3 or 4)
"""

def __init__(self, url, private_token=None, email=None, password=None,
Expand Down

0 comments on commit f373885

Please sign in to comment.