Skip to content

Commit dd210be

Browse files
author
Gauvain Pocentek
committed
typo
1 parent 96bf2b1 commit dd210be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitlab.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self, url, private_token=None, email=None, password=None):
6666
self.password = password
6767

6868
def auth(self):
69-
"""Perform an authentication using either the private token, or the
69+
"""Performs an authentication using either the private token, or the
7070
email/password pair.
7171
7272
The user attribute will hold a CurrentUser object on success.
@@ -103,11 +103,11 @@ def setUrl(self, url):
103103
self._url = '%s/api/v3' % url
104104

105105
def setToken(self, token):
106-
"""Set the private token for authentication"""
106+
"""Sets the private token for authentication"""
107107
self.private_token = token
108108

109109
def setCredentials(self, email, password):
110-
"""Set the email/login and password for authentication"""
110+
"""Sets the email/login and password for authentication"""
111111
self.email = email
112112
self.password = password
113113

0 commit comments

Comments
 (0)