Skip to content

Commit f373885

Browse files
author
Gauvain Pocentek
committed
Update Gitlab __init__ docstring
1 parent deecf17 commit f373885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class Gitlab(object):
6565
timeout (float): Timeout to use for requests to the GitLab server.
6666
http_username (str): Username for HTTP authentication
6767
http_password (str): Password for HTTP authentication
68+
api_version (str): Gitlab API version to use (3 or 4)
6869
"""
6970

7071
def __init__(self, url, private_token=None, email=None, password=None,

0 commit comments

Comments
 (0)