Skip to content

Commit 9643fc1

Browse files
committed
param is private_token
1 parent 66832af commit 9643fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can also authenticate via the private_token that you can get from your gitla
4242

4343
Just call the instance with the parameter token::
4444

45-
git = gitlab.Gitlab("our_gitlab_host", token="mytoken")
45+
git = gitlab.Gitlab("our_gitlab_host", private_token="mytoken")
4646

4747

4848
Using sudo on the functions

0 commit comments

Comments
 (0)