From dd210bef3cd64e5e51fa36960b8148ad5bddbeb7 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 16 Feb 2013 08:52:35 +0100 Subject: typo --- gitlab.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gitlab.py') diff --git a/gitlab.py b/gitlab.py index d417eae..b20dadd 100644 --- a/gitlab.py +++ b/gitlab.py @@ -66,7 +66,7 @@ class Gitlab(object): self.password = password def auth(self): - """Perform an authentication using either the private token, or the + """Performs an authentication using either the private token, or the email/password pair. The user attribute will hold a CurrentUser object on success. @@ -103,11 +103,11 @@ class Gitlab(object): self._url = '%s/api/v3' % url def setToken(self, token): - """Set the private token for authentication""" + """Sets the private token for authentication""" self.private_token = token def setCredentials(self, email, password): - """Set the email/login and password for authentication""" + """Sets the email/login and password for authentication""" self.email = email self.password = password -- cgit v1.2.1